Loom
Public Attributes | List of all members
factory::NameModulePair Struct Reference

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...
 

Detailed Description

Struct to contain the elements of factory lookup table.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: