Internal: class to store the token properties of a HanMacWrdKText. More...
Public Member Functions | |
Token () | |
Constructor. | |
Token & | operator= (Token const &)=default |
Token & | operator= (Token &&)=default |
~Token () | |
destructor |
Public Attributes | |
int | m_type |
the type | |
long | m_id |
the identificator | |
std::string | m_extra |
extra data, mainly for debugging |
Friends | |
std::ostream & | operator<< (std::ostream &o, Token const &tkn) |
operator<< |
Internal: class to store the token properties of a HanMacWrdKText.
|
inline |
Constructor.
Referenced by operator<<, operator=(), and operator=().
|
inline |
destructor
|
friend |
operator<<
std::string HanMacWrdKTextInternal::Token::m_extra |
extra data, mainly for debugging
Referenced by operator<<, HanMacWrdKText::readToken(), and Token().
long HanMacWrdKTextInternal::Token::m_id |
the identificator
Referenced by operator<<, HanMacWrdKText::readTextZone(), HanMacWrdKText::readToken(), HanMacWrdKText::sendText(), and Token().
int HanMacWrdKTextInternal::Token::m_type |
the type
Referenced by operator<<, HanMacWrdKText::readToken(), HanMacWrdKText::sendText(), and Token().