Pyrogenesis  trunk
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
 
std::unique_ptr< JS::PersistentRootedValue > ctor
 

Member Data Documentation

◆ alloc

AllocFunc CComponentManager::ComponentType::alloc

◆ ctor

std::unique_ptr<JS::PersistentRootedValue> CComponentManager::ComponentType::ctor

◆ dealloc

DeallocFunc CComponentManager::ComponentType::dealloc

◆ iid

InterfaceId CComponentManager::ComponentType::iid

◆ name

std::string CComponentManager::ComponentType::name

◆ schema

std::string CComponentManager::ComponentType::schema

◆ type

EComponentTypeType CComponentManager::ComponentType::type

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