the state of a STOFFOLEParser More...
Public Member Functions | |
| State () | |
| constructor | |
| std::string | getCLSName (unsigned long id) const |
| returns a CLSName if knwon | |
Public Attributes | |
| std::vector< shared_ptr < STOFFOLEParser::OleDirectory > > | m_oleList |
| the ole list | |
| std::vector< std::string > | m_unknownOLEs |
| list of ole which can not be parsed | |
Protected Member Functions | |
| void | initCLSMap () |
| initialise a map CLSId <-> name | |
Protected Attributes | |
| std::map< unsigned long, char const * > | m_mapCls |
| map CLSId <-> name | |
the state of a STOFFOLEParser
| STOFFOLEParserInternal::State::State | ( | ) | [inline] |
constructor
| std::string STOFFOLEParserInternal::State::getCLSName | ( | unsigned long | id | ) | const [inline] |
returns a CLSName if knwon
| void STOFFOLEParserInternal::State::initCLSMap | ( | ) | [protected] |
initialise a map CLSId <-> name
std::map<unsigned long, char const *> STOFFOLEParserInternal::State::m_mapCls [protected] |
map CLSId <-> name
Referenced by getCLSName(), and initCLSMap().
| std::vector<shared_ptr<STOFFOLEParser::OleDirectory> > STOFFOLEParserInternal::State::m_oleList |
the ole list
| std::vector<std::string> STOFFOLEParserInternal::State::m_unknownOLEs |
list of ole which can not be parsed