Public Types | |
enum | INDENT_TYPE { MAP, SEQ, NONE } |
enum | STATUS { VALID, INVALID, UNKNOWN } |
Public Member Functions | |
IndentMarker (int column_, INDENT_TYPE type_) | |
Public Attributes | |
int | column |
Token * | pStartToken |
STATUS | status |
INDENT_TYPE | type |
|
inline |
INDENT_TYPE YAML_PM::Scanner::IndentMarker::type |