Internal: class to store an note type. More...
Public Member Functions | |
Note () | |
constructor | |
bool | isNumeric () const |
Public Attributes | |
WPXString | m_label |
the label if not numeric | |
std::string | m_error |
a string used to store the parsing errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Note const ¬e) |
operator << |
Internal: class to store an note type.
WPS4TextInternal::Note::Note | ( | ) | [inline] |
constructor
bool WPS4TextInternal::Note::isNumeric | ( | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
Note const & | note | ||
) | [friend] |
operator <<
std::string WPS4TextInternal::Note::m_error |
a string used to store the parsing errors
Referenced by WPS4Text::footNotesDataParser(), and WPS4Text::readFootNotes().
WPXString WPS4TextInternal::Note::m_label |
the label if not numeric
Referenced by WPS4Text::footNotesDataParser(), isNumeric(), WPS4Text::readFootNotes(), and WPS4Text::readText().