an OLE Zone More...
Public Member Functions | |
OLEZone (int levl) | |
constructor |
Public Attributes | |
int | m_level |
the level | |
long | m_defPosition |
the position where this zone is defined | |
std::map< int, unsigned long > | m_varIdToValueMap |
a list of variable | |
std::vector< int > | m_idsList |
the list of pair id:type | |
std::vector< long > | m_beginList |
the list of pointers | |
std::vector< long > | m_lengthList |
the list of length | |
std::vector< OLEZone > | m_childList |
the list of child | |
std::string | m_names [2] |
the list of names | |
bool | m_parsed |
a flag to know if the zone is parsed |
an OLE Zone
|
inlineexplicit |
constructor
std::vector<long> WPSOLE1ParserInternal::OLEZone::m_beginList |
the list of pointers
Referenced by WPSOLE1Parser::checkIfParsed(), WPSOLE1Parser::createZones(), WPSOLE1Parser::getStream(), and OLEZone().
std::vector<OLEZone> WPSOLE1ParserInternal::OLEZone::m_childList |
the list of child
Referenced by WPSOLE1Parser::checkIfParsed(), WPSOLE1Parser::createZones(), OLEZone(), WPSOLE1Parser::updateMetaData(), and WPSOLE1Parser::updateZoneNames().
long WPSOLE1ParserInternal::OLEZone::m_defPosition |
the position where this zone is defined
Referenced by WPSOLE1Parser::createZones(), OLEZone(), and WPSOLE1Parser::updateZoneNames().
std::vector<int> WPSOLE1ParserInternal::OLEZone::m_idsList |
the list of pair id:type
Referenced by WPSOLE1Parser::createZones(), WPSOLE1Parser::getStream(), OLEZone(), and WPSOLE1Parser::updateZoneNames().
std::vector<long> WPSOLE1ParserInternal::OLEZone::m_lengthList |
the list of length
Referenced by WPSOLE1Parser::createZones(), WPSOLE1Parser::getStream(), and OLEZone().
int WPSOLE1ParserInternal::OLEZone::m_level |
the level
Referenced by OLEZone(), and WPSOLE1Parser::updateZoneNames().
std::string WPSOLE1ParserInternal::OLEZone::m_names[2] |
the list of names
Referenced by WPSOLE1Parser::checkIfParsed(), WPSOLE1Parser::updateMetaData(), and WPSOLE1Parser::updateZoneNames().
|
mutable |
a flag to know if the zone is parsed
Referenced by WPSOLE1Parser::checkIfParsed(), WPSOLE1Parser::createZones(), WPSOLE1Parser::getStream(), and OLEZone().
std::map<int,unsigned long> WPSOLE1ParserInternal::OLEZone::m_varIdToValueMap |
a list of variable
Referenced by WPSOLE1Parser::createZones(), and OLEZone().