#include <iosfwd>
#include <string>
Go to the source code of this file.
ctoken
Definition in file ctoken.h.
◆ is_comment()
static bool is_comment |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_eof()
static bool is_eof |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_identifier()
static bool is_identifier |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_operator()
static bool is_operator |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_preprocessor_directive()
static bool is_preprocessor_directive |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_separator()
static bool is_separator |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ is_ws()
static bool is_ws |
( |
const ctokent & |
t | ) |
|
|
inlinestatic |
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const ctokent & |
|
|
) |
| |