CBMC
|
#include <cpp_token.h>
Public Member Functions | |
void | clear () |
void | swap (cpp_tokent &token) |
Public Attributes | |
int | kind |
exprt | data |
std::string | text |
unsigned | line_no |
irep_idt | filename |
Definition at line 19 of file cpp_token.h.
|
inline |
Definition at line 28 of file cpp_token.h.
|
inline |
Definition at line 37 of file cpp_token.h.
exprt cpp_tokent::data |
Definition at line 23 of file cpp_token.h.
irep_idt cpp_tokent::filename |
Definition at line 26 of file cpp_token.h.
int cpp_tokent::kind |
Definition at line 22 of file cpp_token.h.
unsigned cpp_tokent::line_no |
Definition at line 25 of file cpp_token.h.
std::string cpp_tokent::text |
Definition at line 24 of file cpp_token.h.