|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
#include "c4/yml/detail/stack.hpp"#include "c4/yml/node_type.hpp"#include "c4/yml/detail/dbgprint.hpp"#include "c4/yml/parser_state.hpp"Go to the source code of this file.
Classes | |
| struct | c4::yml::EventHandlerStack< HandlerImpl, HandlerState > |
| Use this class a base of implementations of event handler to simplify the stack logic. More... | |
Namespaces | |
| namespace | c4 |
| namespace | c4::yml |
Macros | |
| #define | ryml_has_any_(bits) |
| #define ryml_has_any_ | ( | bits | ) |
Definition at line 115 of file event_handler_stack.hpp.
Referenced by c4::yml::EventHandlerStack< HandlerImpl, HandlerState >::_stack_should_pop_on_end_doc(), c4::yml::EventHandlerStack< HandlerImpl, HandlerState >::_stack_should_push_on_begin_doc(), c4::yml::extra::EventHandlerInts::set_key_anchor(), c4::yml::extra::EventHandlerInts::set_key_ref(), c4::yml::extra::EventHandlerInts::set_val_anchor(), and c4::yml::extra::EventHandlerInts::set_val_ref().