Internal: an index of a EDocParser. More...
Public Member Functions | |
Index () | |
constructor | |
Public Attributes | |
int | m_levelId |
the font id | |
std::string | m_text |
the text | |
int | m_page |
the page number | |
std::string | m_extra |
extra data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Index const &index) |
operator<< | |
Internal: an index of a EDocParser.
|
inline |
constructor
|
friend |
operator<<
std::string EDocParserInternal::Index::m_extra |
extra data
Referenced by EDocParser::readIndex().
int EDocParserInternal::Index::m_levelId |
the font id
Referenced by EDocParser::readIndex().
int EDocParserInternal::Index::m_page |
the page number
Referenced by EDocParser::readIndex().
std::string EDocParserInternal::Index::m_text |
the text
Referenced by EDocParser::readIndex().