Internal and low level: a structure used to define the data of zone in Zone 0 data of a FullWrite file. More...
Public Member Functions | |
DocZoneData () | |
constructor More... | |
Public Attributes | |
int | m_type |
the zone type More... | |
int | m_docId |
the doc id More... | |
int | m_fileId |
the file id More... | |
std::string | m_extra |
some extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DocZoneData const &dt) |
the operator<< More... | |
Internal and low level: a structure used to define the data of zone in Zone 0 data of a FullWrite file.
|
inline |
constructor
|
friend |
the operator<<
int FWParserInternal::DocZoneData::m_docId |
the doc id
Referenced by FWParser::readDocDataHeader(), and FWParser::readDocZoneData().
std::string FWParserInternal::DocZoneData::m_extra |
some extra data
Referenced by FWParser::readDocDataHeader().
int FWParserInternal::DocZoneData::m_fileId |
the file id
Referenced by FWParser::readDocDataHeader().
int FWParserInternal::DocZoneData::m_type |
the zone type
Referenced by FWParser::readDoc1314Data(), FWParser::readDocDataHeader(), FWParser::readDocZoneData(), FWParser::readGenericDocData(), and FWParser::readGraphicData().