a structure used to store the data of a zone header in a FullWrite file More...
#include <FullWrtStruct.hxx>
Public Member Functions | |
| ZoneHeader () | |
| constructor | |
| virtual | ~ZoneHeader () |
| destructor | |
| bool | read (shared_ptr< FullWrtStruct::Entry > zone) |
| try to read the data header of a classical zone | |
Public Attributes | |
| int | m_type |
| the zone type | |
| int | m_docId |
| the doc id | |
| int | m_fileId |
| the file id | |
| int | m_wrapping |
| the wrapping type | |
| std::string | m_extra |
| some extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, ZoneHeader const &dt) |
| the operator<< | |
a structure used to store the data of a zone header in a FullWrite file
| FullWrtStruct::ZoneHeader::ZoneHeader | ( | ) | [inline] |
constructor
| virtual FullWrtStruct::ZoneHeader::~ZoneHeader | ( | ) | [inline, virtual] |
destructor
| bool FullWrtStruct::ZoneHeader::read | ( | shared_ptr< FullWrtStruct::Entry > | zone | ) |
try to read the data header of a classical zone
Referenced by FullWrtParser::readDocZoneData(), FullWrtParser::readGenericDocData(), and FullWrtGraph::readGraphicData().
| std::ostream& operator<< | ( | std::ostream & | o, |
| ZoneHeader const & | dt | ||
| ) | [friend] |
the operator<<
the doc id
Referenced by FullWrtStruct::operator<<(), read(), and FullWrtParser::readDocZoneData().
| std::string FullWrtStruct::ZoneHeader::m_extra |
some extra data
Referenced by FullWrtStruct::operator<<(), and read().
the file id
Referenced by FullWrtStruct::operator<<(), read(), and FullWrtGraph::sendSideBar().
the zone type
Referenced by FullWrtStruct::operator<<(), read(), FullWrtParser::readDocZoneData(), FullWrtParser::readGenericDocData(), FullWrtGraph::readGraphicData(), and FullWrtGraph::readSideBar().
the wrapping type
Referenced by FullWrtStruct::operator<<(), read(), and FullWrtGraph::sendSideBar().