Loom
|
Struct to contain the elements of factory lookup table. More...
#include <Module_Factory.h>
Public Attributes | |
const char * | name |
Module type to compare against. More... | |
FactoryPtr | Construct |
Pointer to 'template<class T> LoomModule* Create(LoomManager* manager, JsonArrayConst p)' with the type T set. More... | |
FactoryPtrDefault | ConstructDefault |
Pointer to 'template<class T> LoomModule* CreateDefault()' with the type T set. More... | |
Struct to contain the elements of factory lookup table.
FactoryPtr factory::NameModulePair::Construct |
Pointer to 'template<class T> LoomModule* Create(LoomManager* manager, JsonArrayConst p)' with the type T set.
FactoryPtrDefault factory::NameModulePair::ConstructDefault |
Pointer to 'template<class T> LoomModule* CreateDefault()' with the type T set.
const char* factory::NameModulePair::name |
Module type to compare against.