Internal: the subdocument of a STOFFChart. More...
Public Member Functions | |
SubDocument (STOFFChart *chart, STOFFChart::TextZone::Type textZone) | |
~SubDocument () final | |
destructor | |
bool | operator!= (STOFFSubDocument const &doc) const final |
operator!= | |
bool | operator== (STOFFSubDocument const &doc) const |
operator== | |
void | parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type) final |
the parser function | |
![]() | |
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 | |
STOFFChart * | m_chart |
the chart | |
STOFFChart::TextZone::Type | m_textZone |
the textzone type | |
![]() | |
STOFFParser * | m_parser |
the main zone parser | |
std::shared_ptr< STOFFInputStream > | m_input |
the input | |
STOFFEntry | m_zone |
if valid the zone to parse | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a STOFFChart.
|
inline |
|
inlinefinal |
destructor
|
private |
|
inlinefinalvirtual |
|
private |
|
inline |
operator==
|
finalvirtual |
the parser function
Implements STOFFSubDocument.
|
protected |
the chart
Referenced by operator!=(), and parse().
|
protected |
the textzone type
Referenced by operator!=(), and parse().