Internal: class to store field definition: TOKN entry. More...
Public Member Functions | |
Token () | |
constructor | |
Public Attributes | |
TokenType | m_type |
the type | |
int | m_zoneId |
the zone id which correspond to this type | |
int | m_page |
the page | |
int | m_size [2] |
the size(?) | |
int | m_descent |
the descent | |
MWAWEntry | m_fieldEntry |
the field name entry | |
int | m_unknown [3] |
the unknown zone | |
std::string | m_extra |
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.
|
inline |
constructor
|
friend |
operator <<
int ClarisWksTextInternal::Token::m_descent |
the descent
Referenced by ClarisWksText::readTokens().
std::string ClarisWksTextInternal::Token::m_extra |
a string used to store the parsing errors
Referenced by ClarisWksText::readTokens().
MWAWEntry ClarisWksTextInternal::Token::m_fieldEntry |
the field name entry
int ClarisWksTextInternal::Token::m_page |
the page
Referenced by ClarisWksText::readTokens().
int ClarisWksTextInternal::Token::m_size[2] |
the size(?)
Referenced by ClarisWksText::readTokens(), and Token().
TokenType ClarisWksTextInternal::Token::m_type |
the type
Referenced by ClarisWksText::readTokens().
int ClarisWksTextInternal::Token::m_unknown[3] |
the unknown zone
Referenced by ClarisWksText::readTokens(), and Token().
int ClarisWksTextInternal::Token::m_zoneId |
the zone id which correspond to this type
Referenced by ClarisWksText::readTokens().