HMWJTextInternal::Token Struct Reference

Internal: class to store a token of a HMWJText. More...

List of all members.

Public Member Functions

 Token ()
 constructor

Public Attributes

int m_type
 the token type
long m_id
 the id ( to be send)
int m_localId
 the local id
std::string m_bookmark
 the bookmark string
int m_length
 the token length in caller text
std::string m_extra
 extra string string

Friends

std::ostream & operator<< (std::ostream &o, Token const &tk)
 operator<<

Detailed Description

Internal: class to store a token of a HMWJText.


Constructor & Destructor Documentation

constructor


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Token const &  tk 
) [friend]

operator<<


Member Data Documentation

the bookmark string

Referenced by HMWJText::sendText().

extra string string

Referenced by HMWJText::readTextToken().

the token length in caller text

Referenced by HMWJText::readTextToken().


The documentation for this struct was generated from the following file: