#include <WriteNowEntry.hxx>
Public Member Functions | |
| WriteNowEntry () | |
| bool | isZoneType () const |
| returns true if this entry store a zone | |
| bool | isZone () const |
| returns true if this is a zone | |
Public Attributes | |
| int | m_fileType |
| the file entry id | |
| int | m_val [4] |
| other values | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, WriteNowEntry const &entry) |
| operator<< | |
| WriteNowEntry::WriteNowEntry | ( | ) | [inline] |
| bool WriteNowEntry::isZone | ( | ) | const [inline] |
returns true if this is a zone
Referenced by WriteNowParser::parseGraphicZone(), and WriteNowParser::readDocEntries().
| bool WriteNowEntry::isZoneType | ( | ) | const [inline] |
returns true if this entry store a zone
Referenced by isZone(), and WriteNowParser::readEntry().
| std::ostream& operator<< | ( | std::ostream & | o, |
| WriteNowEntry const & | entry | ||
| ) | [friend] |
operator<<
the file entry id
Referenced by WriteNowParser::checkHeader(), isZoneType(), WriteNowText::parseZone(), and WriteNowParser::readEntry().
| int WriteNowEntry::m_val[4] |