template struct Core::Plugins::ClassFactory
Implementation helper for factory function.
#include <coreplugin.h> template <class Class, class Interface> struct ClassFactory { // methods static void* createInstance(InterfaceID iid = Interface::kIID); }; // direct descendants template <class T> struct GameCoreFactory;