Public Member Functions | |
parse_token (const pstring &_characters) | |
parse_token (parse_token_t _type, const xml_token_element_t *_element) | |
parse_token (const parse_token &other) | |
parse_token & | operator= (parse_token)=delete |
bool | operator== (const parse_token &other) const |
bool | operator!= (const parse_token &other) const |
Public Attributes | |
parse_token_t | type |
union { | |
struct { | |
const char * p | |
size_t n | |
} characters | |
const xml_token_element_t * element | |
}; | |