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(), ComponentFactory::GetAllComponentNames(), and ComponentFactory::GetAttribute().
refcount_ptr<Component>(* ComponentListEntry::Create) (const ComponentCreateArgs &args) |
Definition at line 38 of file ComponentFactory.cc.
Referenced by ComponentFactory::CreateComponent().
string(* ComponentListEntry::GetAttribute) (const string &attributeName) |
Definition at line 39 of file ComponentFactory.cc.
Referenced by ComponentFactory::CreateComponent(), ComponentFactory::GetAllComponentNames(), ComponentFactory::GetAttribute(), and ComponentFactory::HasAttribute().