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!= (shared_ptr< STOFFSubDocument > const &doc) const |
| comparison operator!= | |
| bool | operator== (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 | |
| 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
| STOFFSubDocument::STOFFSubDocument | ( | STOFFSubDocument const & | doc | ) | [explicit] |
copy constructor
| STOFFSubDocument::~STOFFSubDocument | ( | ) | [virtual] |
virtual destructor
| bool STOFFSubDocument::operator!= | ( | STOFFSubDocument const & | doc | ) | const [virtual] |
comparison operator!=
Reimplemented in SWFieldManagerInternal::SubDocument, StarObjectSpreadsheetInternal::SubDocument, StarCharAttribute::SubDocument, StarPageAttribute::SubDocument, StarObjectSmallGraphicInternal::SubDocument, SDGParserInternal::SubDocument, and STOFFChartInternal::SubDocument.
Referenced by operator!=(), and operator==().
| bool STOFFSubDocument::operator!= | ( | shared_ptr< STOFFSubDocument > const & | doc | ) | const |
comparison operator!=
| STOFFSubDocument & STOFFSubDocument::operator= | ( | STOFFSubDocument const & | doc | ) |
copy operator
| bool STOFFSubDocument::operator== | ( | STOFFSubDocument const & | doc | ) | const [inline] |
| bool STOFFSubDocument::operator== | ( | shared_ptr< STOFFSubDocument > const & | doc | ) | const [inline] |
comparison operator==
| virtual void STOFFSubDocument::parse | ( | STOFFListenerPtr & | listener, |
| libstoff::SubDocumentType | subDocumentType | ||
| ) | [pure virtual] |
virtual parse function
this function is called to parse the subdocument
Implemented in SWFieldManagerInternal::SubDocument, StarObjectSpreadsheetInternal::SubDocument, StarCharAttribute::SubDocument, StarPageAttribute::SubDocument, StarObjectSmallGraphicInternal::SubDocument, SDGParserInternal::SubDocument, and STOFFChartInternal::SubDocument.
shared_ptr<STOFFInputStream> STOFFSubDocument::m_input [protected] |
the input
Referenced by operator!=(), and operator=().
STOFFParser* STOFFSubDocument::m_parser [protected] |
the main zone parser
Referenced by operator!=(), and operator=().
STOFFEntry STOFFSubDocument::m_zone [protected] |
if valid the zone to parse
Referenced by operator!=(), and operator=().