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.
WPSOLEParserInternal::CompObj::CompObj | ( | ) | [inline] |
the constructor
char const* WPSOLEParserInternal::CompObj::getCLSName | ( | unsigned long | v | ) | [inline] |
return the CLS Name corresponding to an identifier
void WPSOLEParserInternal::CompObj::initCLSMap | ( | ) | [inline, protected] |
initialise a map CLSId <-> name
std::map<unsigned long, char const *> WPSOLEParserInternal::CompObj::m_mapCls [protected] |
map CLSId <-> name