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