coan
6.0.1
A C/C++ Configuration Analyzer
|
Go to the source code of this file.
Classes | |
struct | chew_mode::whitespace |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::greyspace |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::continuation |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::cxx_comment |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::c_comment |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::string_literal |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::character_literal |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::raw_string_literal |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::header_name |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::code |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::name |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::literal_space |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::punctuation |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::number_space |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::stringify |
A tag class for selecting a chew mode. More... | |
struct | chew_mode::token_paste |
A tag class for selecting a chew mode. More... | |
struct | chewer< CharSeq > |
`template struct chewer<CharSeq> is a cursor-like type that is associated with a character-sequence type upon which it can performs some routine forms of lexical scanning. More... | |
This defines template struct chewer<CharSeq>
and associated tag classes.
Definition in file chew.h.