|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Functions | |
| void | c4::yml::emit_yaml (Tree const &t, id_type id, EmitOptions const &opts, FILE *f) |
| (1) emit YAML to the given file, starting at the given node. | |
| void | c4::yml::emit_yaml (Tree const &t, id_type id, FILE *f) |
| (2) like (1), but use default emit options | |
| void | c4::yml::emit_json (Tree const &t, id_type id, EmitOptions const &opts, FILE *f) |
| (1) emit JSON to the given file, starting at the given node. | |
| void | c4::yml::emit_json (Tree const &t, id_type id, FILE *f) |
| (2) like (1), but use default emit options | |
| void c4::yml::emit_yaml | ( | Tree const & | t, |
| id_type | id, | ||
| EmitOptions const & | opts, | ||
| FILE * | f ) |
(1) emit YAML to the given file, starting at the given node.
A null file defaults to stdout.
Definition at line 55 of file emit_file.cpp.
(2) like (1), but use default emit options
Definition at line 61 of file emit_file.cpp.
| void c4::yml::emit_json | ( | Tree const & | t, |
| id_type | id, | ||
| EmitOptions const & | opts, | ||
| FILE * | f ) |
(1) emit JSON to the given file, starting at the given node.
A null file defaults to stdout.
Definition at line 67 of file emit_file.cpp.
(2) like (1), but use default emit options
Definition at line 73 of file emit_file.cpp.