Public Attributes | |
const char * | componentName |
refcount_ptr< Component >(* | Create )(const ComponentCreateArgs &args) |
string(* | GetAttribute )(const string &attributeName) |
Definition at line 36 of file ComponentFactory.cc.
const char* ComponentListEntry::componentName |
Definition at line 37 of file ComponentFactory.cc.
Referenced by ComponentFactory::CreateComponent().
refcount_ptr<Component>(* ComponentListEntry::Create) (const ComponentCreateArgs &args) |
Definition at line 37 of file ComponentFactory.cc.
string(* ComponentListEntry::GetAttribute) (const string &attributeName) |
Definition at line 39 of file ComponentFactory.cc.