|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Functions | |
| void | c4::yml::emit_yaml (ConstNodeRef const &r, EmitOptions const &opts, FILE *f=nullptr) |
| (1) emit YAML to the given file. | |
| void | c4::yml::emit_yaml (ConstNodeRef const &r, FILE *f=nullptr) |
| (2) like (1), but use default emit options | |
| void | c4::yml::emit_json (ConstNodeRef const &r, EmitOptions const &opts, FILE *f=nullptr) |
| (1) emit JSON to the given file. | |
| void | c4::yml::emit_json (ConstNodeRef const &r, FILE *f=nullptr) |
| (2) like (1), but use default emit options | |
| void c4::yml::emit_yaml | ( | ConstNodeRef const & | r, |
| EmitOptions const & | opts, | ||
| FILE * | f = nullptr ) |
(1) emit YAML to the given file.
A null file defaults to stdout. Return the number of bytes written.
Definition at line 82 of file emit_file.cpp.
| void c4::yml::emit_yaml | ( | ConstNodeRef const & | r, |
| FILE * | f ) |
(2) like (1), but use default emit options
Definition at line 88 of file emit_file.cpp.
| void c4::yml::emit_json | ( | ConstNodeRef const & | r, |
| EmitOptions const & | opts, | ||
| FILE * | f = nullptr ) |
(1) emit JSON to the given file.
A null file defaults to stdout. Return the number of bytes written.
Definition at line 94 of file emit_file.cpp.
| void c4::yml::emit_json | ( | ConstNodeRef const & | r, |
| FILE * | f ) |
(2) like (1), but use default emit options
Definition at line 100 of file emit_file.cpp.