#include <cppToken.h>
Public Member Functions | |
CPPToken (int token, int line_number=0, int col_number=0, const CPPFile &file=CPPFile(""), const string &str=string(), const YYSTYPE &lval=YYSTYPE()) | |
CPPToken (const CPPToken ©) | |
void | operator= (const CPPToken ©) |
bool | is_eof () const |
void | output (ostream &out) const |
Static Public Member Functions | |
CPPToken | eof () |
Public Attributes | |
int | _token |
YYSTYPE | _lval |
YYLTYPE | _lloc |
|
Definition at line 32 of file cppToken.cxx. Referenced by eof(). |
|
Definition at line 51 of file cppToken.cxx. References _lval. |
|
Definition at line 79 of file cppToken.cxx. References CPPToken(). Referenced by CPPPreprocessor::internal_get_next_token(). |
|
Definition at line 89 of file cppToken.cxx. References _token. |
|
Definition at line 65 of file cppToken.cxx. |
|
Definition at line 100 of file cppToken.cxx. References _lval, _token, and NULL. Referenced by operator<<(). |
|
Definition at line 46 of file cppToken.h. Referenced by CPPToken(), and operator=(). |
|
Definition at line 45 of file cppToken.h. Referenced by CPPToken(), operator=(), and output(). |
|
Definition at line 44 of file cppToken.h. Referenced by is_eof(), CPPPreprocessor::nested_parse_template_instantiation(), operator=(), and output(). |