Internal: class to store footnote definition. More...
Public Member Functions | |
| Ftnt () | |
| constructor | |
Public Attributes | |
| int | m_type |
| the note type | |
| int | m_id |
| the footnote number | |
| long | m_begin |
| the first offset in the text | |
| long | m_end |
| the last offset in the text | |
| std::string | m_error |
| a string used to store the parsing errors | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Ftnt const &ftnt) |
| operator<< | |
Internal: class to store footnote definition.
| MsWks4TextInternal::Ftnt::Ftnt | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Ftnt const & | ftnt | ||
| ) | [friend] |
operator<<
the first offset in the text
Referenced by MsWks4Text::ftntDataParser(), MsWks4TextInternal::operator<<(), and MsWks4Text::readFootNote().
the last offset in the text
Referenced by MsWks4Text::ftntDataParser(), MsWks4TextInternal::operator<<(), and MsWks4Text::readFootNote().
| std::string MsWks4TextInternal::Ftnt::m_error |
a string used to store the parsing errors
Referenced by MsWks4Text::ftntDataParser(), and MsWks4TextInternal::operator<<().
the footnote number
Referenced by MsWks4Text::ftntDataParser(), and MsWks4TextInternal::operator<<().
the note type
Checkme: can we find other values than 1 ?
Referenced by MsWks4Text::ftntDataParser(), and MsWks4TextInternal::operator<<().