the state of LotusGraph More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
long | m_eof |
the last file position More... | |
int | m_version |
the file version More... | |
int | m_actualSheetId |
the actual sheet id More... | |
std::multimap< int, shared_ptr < Zone > > | m_sheetIdZoneMap |
a map sheetid to zone More... | |
shared_ptr< Zone > | m_actualZone |
a pointer to the actual zone More... | |
the state of LotusGraph
|
inline |
constructor
int LotusGraphInternal::State::m_actualSheetId |
the actual sheet id
shared_ptr<Zone> LotusGraphInternal::State::m_actualZone |
a pointer to the actual zone
long LotusGraphInternal::State::m_eof |
the last file position
std::multimap<int, shared_ptr<Zone> > LotusGraphInternal::State::m_sheetIdZoneMap |
a map sheetid to zone
int LotusGraphInternal::State::m_version |
the file version