Public Types | |
enum | type_t { none, filtercomp, attributetype, attributevalue, filtertype, bracket_open, bracket_close, simple_string, extended_string } |
Public Member Functions | |
token_t::token_t () | |
token_t::token_t (token_t::type_t t, const std::string &v) | |
Public Attributes | |
type_t | type |
std::string | value |
|
|
|
|
|
|
|
|
|
|