Internal: internal method to compobj definition. More...
Public Member Functions | |
CompObj () | |
the constructor | |
char const * | getCLSName (unsigned long v) |
return the CLS Name corresponding to an identifier | |
Protected Member Functions | |
void | initCLSMap () |
initialise a map CLSId <-> name | |
Protected Attributes | |
std::map< unsigned long, char const * > | m_mapCls |
map CLSId <-> name | |
Internal: internal method to compobj definition.
|
inline |
the constructor
return the CLS Name corresponding to an identifier
|
inlineprotected |
initialise a map CLSId <-> name
Referenced by CompObj().
map CLSId <-> name
Referenced by getCLSName(), and initCLSMap().