#include <tokenmap.h>
Public Methods | |
| CXTOKEN () | |
| CXTOKEN (XTOKEN xt) | |
| CXTOKEN & | operator= (const CXTOKEN &cxt) |
| CXTOKEN & | operator= (XTOKEN xt) |
| ~CXTOKEN () | |
| XTOKEN | operator() () const |
|
|
Definition at line 9 of file tokenmap.h. 00009 : m_xt(XT_UNKNOWN) {} |
|
|
Definition at line 10 of file tokenmap.h. 00010 : m_xt(xt) {}
|
|
|
Definition at line 13 of file tokenmap.h. 00013 {}
|
|
|
Definition at line 15 of file tokenmap.h. 00015 { return m_xt; }
|
|
|
Definition at line 12 of file tokenmap.h. 00012 { m_xt = xt; return *this; }
|
|
|
Definition at line 11 of file tokenmap.h. 00011 { m_xt = cxt.m_xt; return *this; }
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001