Internal: class to store the token properties of a HMWKText.
More...
Public Member Functions |
| | Token () |
| | Constructor.
|
| | ~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<<
|
Detailed Description
Internal: class to store the token properties of a HMWKText.
Constructor & Destructor Documentation
| HMWKTextInternal::Token::Token |
( |
| ) |
|
|
inline |
| HMWKTextInternal::Token::~Token |
( |
| ) |
|
|
inline |
Friends And Related Function Documentation
| std::ostream& operator<< |
( |
std::ostream & |
o, |
|
|
Token const & |
tkn |
|
) |
| |
|
friend |
Member Data Documentation
| std::string HMWKTextInternal::Token::m_extra |
| long HMWKTextInternal::Token::m_id |
| int HMWKTextInternal::Token::m_type |
The documentation for this struct was generated from the following file: