struct Core::InterpolatorClass
struct InterpolatorClass { // fields CStringPtr name; InterpolatorFactory::CreateFunc createFunc; // construction InterpolatorClass( CStringPtr name = nullptr, InterpolatorFactory::CreateFunc createFunc = nullptr ); };