Pyrogenesis
13997
|
Public Attributes | |
EComponentTypeType | type |
InterfaceId | iid |
AllocFunc | alloc |
DeallocFunc | dealloc |
std::string | name |
std::string | schema |
CScriptValRooted | ctor |
Definition at line 64 of file ComponentManager.h.
AllocFunc CComponentManager::ComponentType::alloc |
Definition at line 68 of file ComponentManager.h.
CScriptValRooted CComponentManager::ComponentType::ctor |
Definition at line 72 of file ComponentManager.h.
DeallocFunc CComponentManager::ComponentType::dealloc |
Definition at line 69 of file ComponentManager.h.
InterfaceId CComponentManager::ComponentType::iid |
Definition at line 67 of file ComponentManager.h.
std::string CComponentManager::ComponentType::name |
Definition at line 70 of file ComponentManager.h.
std::string CComponentManager::ComponentType::schema |
Definition at line 71 of file ComponentManager.h.
EComponentTypeType CComponentManager::ComponentType::type |
Definition at line 66 of file ComponentManager.h.