Internal: an index of a EDParser. 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 EDParser.
EDParserInternal::Index::Index | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Index const & | index | ||
) | [friend] |
operator<<
std::string EDParserInternal::Index::m_extra |
extra data
Referenced by EDParser::readIndex().
the font id
Referenced by EDParser::readIndex(), and EDParser::sendIndex().
the page number
Referenced by EDParser::readIndex(), and EDParser::sendIndex().
std::string EDParserInternal::Index::m_text |
the text
Referenced by EDParser::readIndex(), and EDParser::sendIndex().