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.
MSK4TextInternal::Ftnt::Ftnt | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Ftnt const & | ftnt | ||
) | [friend] |
operator<<
the first offset in the text
Referenced by MSK4Text::ftntDataParser(), MSK4TextInternal::operator<<(), and MSK4Text::readFootNote().
the last offset in the text
Referenced by MSK4Text::ftntDataParser(), MSK4TextInternal::operator<<(), and MSK4Text::readFootNote().
std::string MSK4TextInternal::Ftnt::m_error |
a string used to store the parsing errors
Referenced by MSK4Text::ftntDataParser(), and MSK4TextInternal::operator<<().
the footnote number
Referenced by MSK4Text::ftntDataParser(), and MSK4TextInternal::operator<<().
the note type
Checkme: can we find other values than 1 ?
Referenced by MSK4Text::ftntDataParser(), and MSK4TextInternal::operator<<().