|
CBMC
|
ctoken More...
#include <iosfwd>#include <string>
Include dependency graph for ctoken.h:
This graph shows which files directly or indirectly include this file: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.
Definition at line 64 of file ctoken.cpp.