Internal: class to store a field definition (TOKN) More...
Public Member Functions | |
Token () | |
constructor | |
Public Attributes | |
WPSContentListener::FieldType | m_type |
the field type | |
int | m_textLength |
the length of the text corresponding to the token | |
int | m_unknown |
an unknown value | |
librevenge::RVNGString | m_text |
the field value | |
std::string | m_error |
a string used to store the parsing errors | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tok) |
operator << |
Internal: class to store a field definition (TOKN)
WPS8TextInternal::Token::Token | ( | ) | [inline] |
constructor
std::ostream& operator<< | ( | std::ostream & | o, |
Token const & | tok | ||
) | [friend] |
operator <<
std::string WPS8TextInternal::Token::m_error |
a string used to store the parsing errors
Referenced by WPS8TextInternal::operator<<(), and WPS8Text::tokenEndDataParser().
librevenge::RVNGString WPS8TextInternal::Token::m_text |
the field value
Referenced by WPS8TextInternal::operator<<().
the length of the text corresponding to the token
Referenced by WPS8TextInternal::operator<<(), and WPS8Text::tokenEndDataParser().
the field type
Referenced by WPS8TextInternal::operator<<(), and WPS8Text::tokenEndDataParser().
an unknown value
Referenced by WPS8TextInternal::operator<<(), and WPS8Text::tokenEndDataParser().