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
std::vector<OLEZone> WPSOLE1ParserInternal::OLEZone::m_childList |
the list of child
long WPSOLE1ParserInternal::OLEZone::m_defPosition |
the position where this zone is defined
std::vector<int> WPSOLE1ParserInternal::OLEZone::m_idsList |
the list of pair id:type
std::vector<long> WPSOLE1ParserInternal::OLEZone::m_lengthList |
the list of length
int WPSOLE1ParserInternal::OLEZone::m_level |
the level
std::string WPSOLE1ParserInternal::OLEZone::m_names[2] |
the list of names
|
mutable |
a flag to know if the zone is parsed