Internal: class to store field definition: TOKN entry. More...
Public Member Functions | |
| Token () | |
| constructor | |
Public Attributes | |
| MWAWField::Type | m_type |
| the type | |
| int | m_textLength |
| the length of the text corresponding to the token | |
| int | m_unknown |
| unknown field | |
| 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 field definition: TOKN entry.
| MsWks4TextInternal::Token::Token | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| Token const & | tok | ||
| ) | [friend] |
operator <<
| std::string MsWks4TextInternal::Token::m_error |
a string used to store the parsing errors
Referenced by MsWks4TextInternal::operator<<().
the length of the text corresponding to the token
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::toknDataParser().
the type
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::toknDataParser().
unknown field
Referenced by MsWks4TextInternal::operator<<(), and MsWks4Text::toknDataParser().