Searched refs:PlainObjectFactory (Results 1 – 1 of 1) sorted by relevance
66 class PlainObjectFactory : public ObjectFactory {68 PlainObjectFactory(const META_NS::ClassInfo& info) : ObjectFactory(info) {} in PlainObjectFactory() function80 class DefaultObjectFactory final : public PlainObjectFactory<FinalClass> {82 DefaultObjectFactory(const META_NS::ClassInfo& info) : PlainObjectFactory<FinalClass>(info) {} in DefaultObjectFactory()