Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
CComponentManager::ComponentType Struct Reference

Public Attributes

EComponentTypeType type
 
InterfaceId iid
 
AllocFunc alloc
 
DeallocFunc dealloc
 
std::string name
 
std::string schema
 
CScriptValRooted ctor
 

Detailed Description

Definition at line 64 of file ComponentManager.h.

Member Data Documentation

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.


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