CBMC
|
ctoken More...
#include <iosfwd>
#include <string>
Go to the source code of this file.
Classes | |
class | ctokent |
Functions | |
static bool | is_identifier (const ctokent &t) |
static bool | is_separator (const ctokent &t) |
static bool | is_operator (const ctokent &t) |
static bool | is_ws (const ctokent &t) |
static bool | is_eof (const ctokent &t) |
static bool | is_comment (const ctokent &t) |
static bool | is_preprocessor_directive (const ctokent &t) |
std::ostream & | operator<< (std::ostream &, const ctokent &) |
ctoken
Definition in file ctoken.h.
|
inlinestatic |
std::ostream& operator<< | ( | std::ostream & | out, |
const ctokent & | t | ||
) |
Definition at line 64 of file ctoken.cpp.