|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
#include "c4/yml/tree.hpp"#include "c4/yml/detail/dbgprint.hpp"#include "c4/yml/node.hpp"#include "c4/yml/reference_resolver.hpp"#include "c4/yml/event_handler_tree.hpp"#include "c4/yml/parse_engine.def.hpp"#include "c4/yml/parse.hpp"Go to the source code of this file.
Namespaces | |
| namespace | c4 |
| namespace | c4::yml |
Functions | |
| csubstr | c4::yml::serialize_to_arena_str (Tree *tree, csubstr scalar) |
| Serialize a string type (as specified by c4::is_string) to a tree's arena, ensuring that there is an entry for the string in the arena even if the string is empty. | |