Internal: a struct used to store a text zone. More...
Public Member Functions | |
TextZoneData () | |
Public Attributes | |
int | m_type |
the type | |
int | m_length |
the text length | |
int | m_id |
an id | |
Friends | |
std::ostream & | operator<< (std::ostream &o, TextZoneData const &tData) |
Internal: a struct used to store a text zone.
MWProParserInternal::TextZoneData::TextZoneData | ( | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
TextZoneData const & | tData | ||
) | [friend] |
an id
Referenced by MWProParser::readTextIds().
the text length
Referenced by MWProParser::readTextIds().
the type
Referenced by MWProParser::readTextIds().