abstract class used to store a subdocument (with a comparison function) More...
#include <STOFFSubDocument.hxx>
Public Member Functions | |
STOFFSubDocument (STOFFParser *pars, STOFFInputStreamPtr ip, STOFFEntry const &z) | |
constructor from parser, input stream and zone in the input More... | |
STOFFSubDocument (STOFFSubDocument const &doc) | |
copy constructor More... | |
STOFFSubDocument & | operator= (STOFFSubDocument const &doc) |
copy operator More... | |
virtual | ~STOFFSubDocument () |
virtual destructor More... | |
virtual bool | operator!= (STOFFSubDocument const &doc) const |
comparison operator!= More... | |
bool | operator== (STOFFSubDocument const &doc) const |
comparison operator== More... | |
bool | operator!= (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator!= More... | |
bool | operator== (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator== More... | |
virtual void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType subDocumentType)=0 |
virtual parse function More... | |
Protected Attributes | |
STOFFParser * | m_parser |
the main zone parser More... | |
std::shared_ptr< STOFFInputStream > | m_input |
the input More... | |
STOFFEntry | m_zone |
if valid the zone to parse More... | |
abstract class used to store a subdocument (with a comparison function)
STOFFSubDocument::STOFFSubDocument | ( | STOFFParser * | pars, |
STOFFInputStreamPtr | ip, | ||
STOFFEntry const & | z | ||
) |
constructor from parser, input stream and zone in the input
|
explicit |
copy constructor
|
virtual |
virtual destructor
bool STOFFSubDocument::operator!= | ( | std::shared_ptr< STOFFSubDocument > const & | doc | ) | const |
comparison operator!=
|
virtual |
comparison operator!=
Reimplemented in StarObjectSpreadsheetInternal::SubDocument, SWFieldManagerInternal::SubDocument, STOFFChartInternal::SubDocument, StarPageAttribute::SubDocument, StarObjectTextInternal::SubDocument, StarObjectSmallGraphicInternal::SubDocument, StarCharAttribute::SubDocument, and SDGParserInternal::SubDocument.
Referenced by operator!=(), and operator==().
STOFFSubDocument & STOFFSubDocument::operator= | ( | STOFFSubDocument const & | doc | ) |
copy operator
|
inline |
comparison operator==
|
inline |
comparison operator==
|
pure virtual |
virtual parse function
this function is called to parse the subdocument
Implemented in SWFieldManagerInternal::SubDocument, STOFFChartInternal::SubDocument, StarPageAttribute::SubDocument, StarObjectTextInternal::SubDocument, StarObjectSpreadsheetInternal::SubDocument, StarObjectSmallGraphicInternal::SubDocument, StarCharAttribute::SubDocument, and SDGParserInternal::SubDocument.
|
protected |
the input
Referenced by operator!=(), and operator=().
|
protected |
the main zone parser
Referenced by operator!=(), and operator=().
|
protected |
if valid the zone to parse
Referenced by operator!=(), and operator=().