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