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