Definition at line 53 of file registry.h.
Public Member Functions | |
CRegistryClass (const CIdentType &id, const IClassFactory &factory, sint32 i) | |
~CRegistryClass () | |
Data Fields | |
const IClassFactory * | FactoryClass |
const sint32 | Index |
const CIdentType & | NameClass |
|
Definition at line 31 of file registry.cpp. References const, id, new, and sint32.
00031 :NameClass(*(new CIdentType(id))),FactoryClass ((const IClassFactory *)factory.clone()),Index(i) 00032 { 00033 } |
|
Definition at line 35 of file registry.cpp. References FactoryClass, and NameClass.
00036 { 00037 delete (IClassFactory *)FactoryClass; 00038 delete (CIdentType *)&NameClass; 00039 } |
|
Definition at line 56 of file registry.h. Referenced by ~CRegistryClass(). |
|
Definition at line 57 of file registry.h. |
|
Definition at line 55 of file registry.h. Referenced by ~CRegistryClass(). |