#include <CToken.h>
Public Member Functions | |
CToken (EToken t, const char *txt) | |
~CToken () | |
void | print (int indent) |
Data Fields | |
EToken | type |
XStr * | text |
Definition at line 11 of file CToken.h.
xi::CToken::CToken | ( | EToken | t, | |
const char * | txt | |||
) | [inline] |
void xi::CToken::print | ( | int | indent | ) | [inline] |
Definition at line 22 of file CToken.h.
References xi::XStr::charstar(), xi::Indent(), text, and type.