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 | |
STOFFSubDocument (STOFFSubDocument const &doc) | |
copy constructor | |
STOFFSubDocument & | operator= (STOFFSubDocument const &doc) |
copy operator | |
virtual | ~STOFFSubDocument () |
virtual destructor | |
virtual bool | operator!= (STOFFSubDocument const &doc) const |
comparison operator!= | |
bool | operator== (STOFFSubDocument const &doc) const |
comparison operator== | |
bool | operator!= (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator!= | |
bool | operator== (std::shared_ptr< STOFFSubDocument > const &doc) const |
comparison operator== | |
virtual void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType subDocumentType)=0 |
virtual parse function | |
Protected Attributes | |
STOFFParser * | m_parser |
the main zone parser | |
std::shared_ptr< STOFFInputStream > | m_input |
the input | |
STOFFEntry | m_zone |
if valid the zone to parse | |
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 SDGParserInternal::SubDocument, StarCharAttribute::SubDocument, StarObjectSmallGraphicInternal::SubDocument, StarObjectTextInternal::SubDocument, StarPageAttribute::SubDocument, STOFFChartInternal::SubDocument, SWFieldManagerInternal::SubDocument, and StarObjectSpreadsheetInternal::SubDocument.
Referenced by operator!=(), 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 SDGParserInternal::SubDocument, StarCharAttribute::SubDocument, StarObjectSmallGraphicInternal::SubDocument, StarObjectSpreadsheetInternal::SubDocument, StarObjectTextInternal::SubDocument, StarPageAttribute::SubDocument, STOFFChartInternal::SubDocument, and SWFieldManagerInternal::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=().