|
wibble 1.1
|
#include <parse.h>

Public Types | |
| typedef _Id | Id |
Public Member Functions | |
| bool | valid () |
| Token (Id _id, char c) | |
| Token (Id _id, std::string d) | |
| Token () | |
| bool | operator== (const Token &o) const |
Public Attributes | |
| Id | id |
| std::string | data |
| Position | position |
| bool | _valid |
References wibble::Token< _Id >::data.
|
inline |
|
inline |
|
inline |
References wibble::Token< _Id >::_valid.
| bool wibble::Token< _Id >::_valid |
Referenced by wibble::Token< _Id >::operator==(), and wibble::Token< _Id >::valid().
| std::string wibble::Token< _Id >::data |
| Id wibble::Token< _Id >::id |
| Position wibble::Token< _Id >::position |
Referenced by wibble::Token< _Id >::operator==().