Internal and low level: a structure used to define the list of zone in Zone 0 data of a FullWrite file. More...
Public Member Functions | |
DocZoneStruct () | |
constructor | |
Public Attributes | |
long | m_pos |
the file position | |
int | m_structType |
the struct type | |
int | m_type |
the type | |
int | m_nextId |
the next id | |
int | m_fatherId |
the father id | |
std::vector< int > | m_childList |
the list of child id | |
Friends | |
std::ostream & | operator<< (std::ostream &o, DocZoneStruct const &dt) |
the operator<< |
Internal and low level: a structure used to define the list of zone in Zone 0 data of a FullWrite file.
FWParserInternal::DocZoneStruct::DocZoneStruct | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
DocZoneStruct const & | dt | ||
) | [friend] |
the operator<<
std::vector<int> FWParserInternal::DocZoneStruct::m_childList |
the list of child id
Referenced by FWParser::readDocZoneStruct().
the father id
Referenced by FWParser::readDocZoneStruct().
the next id
Referenced by FWParser::readDocZoneStruct().
the file position
Referenced by FWParser::readDocZoneStruct().
the struct type
Referenced by FWParser::readDocZoneData(), and FWParser::readDocZoneStruct().
the type
Referenced by FWParser::readDocZoneData(), FWParser::readDocZoneStruct(), FWParser::sendGraphic(), FWParser::sendText(), and FWParser::sendVariable().