|
enum | STATUS { VALID,
INVALID,
UNVERIFIED
} |
|
enum | TYPE {
DIRECTIVE,
DOC_START,
DOC_END,
BLOCK_SEQ_START,
BLOCK_MAP_START,
BLOCK_SEQ_END,
BLOCK_MAP_END,
BLOCK_ENTRY,
FLOW_SEQ_START,
FLOW_MAP_START,
FLOW_SEQ_END,
FLOW_MAP_END,
FLOW_MAP_COMPACT,
FLOW_ENTRY,
KEY,
VALUE,
ANCHOR,
ALIAS,
TAG,
PLAIN_SCALAR,
NON_PLAIN_SCALAR
} |
|
|
| Token (TYPE type_, const Mark &mark_) |
|
|
STATUS | status |
|
TYPE | type |
|
Mark | mark |
|
std::string | value |
|
std::vector< std::string > | params |
|
int | data |
|
|
std::ostream & | operator<< (std::ostream &out, const Token &token) |
|
The documentation for this struct was generated from the following file: