Internal: the subdocument of a WriteNowParser. More...
Public Member Functions | |
| SubDocument (WriteNowParser &pars, MWAWInputStreamPtr input, WriteNowEntry pos) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
Protected Attributes | |
| WriteNowEntry | m_pos |
| the subdocument file position | |
Internal: the subdocument of a WriteNowParser.
| WriteNowParserInternal::SubDocument::SubDocument | ( | WriteNowParser & | pars, |
| MWAWInputStreamPtr | input, | ||
| WriteNowEntry | pos | ||
| ) | [inline] |
| virtual WriteNowParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| bool WriteNowParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
| virtual bool WriteNowParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void WriteNowParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.
the subdocument file position
Referenced by operator!=(), and parse().