|
| size_t | 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. More...
|
| |
| size_t | c4::yml::emit_yaml (Tree const &t, id_type id, FILE *f) |
| | (2) like (1), but use default emit options More...
|
| |
| size_t | 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. More...
|
| |
| size_t | c4::yml::emit_json (Tree const &t, id_type id, FILE *f) |
| | (2) like (1), but use default emit options More...
|
| |
| size_t | c4::yml::emit_yaml (Tree const &t, EmitOptions const &opts, FILE *f=nullptr) |
| | (1) emit YAML to the given file, starting at the root node. More...
|
| |
| size_t | c4::yml::emit_yaml (Tree const &t, FILE *f=nullptr) |
| | (2) like (1), but use default emit options More...
|
| |
| size_t | c4::yml::emit_json (Tree const &t, EmitOptions const &opts, FILE *f=nullptr) |
| | (1) emit JSON to the given file. More...
|
| |
| size_t | c4::yml::emit_json (Tree const &t, FILE *f=nullptr) |
| | (2) like (1), but use default emit options More...
|
| |
| size_t | c4::yml::emit_yaml (ConstNodeRef const &r, EmitOptions const &opts, FILE *f=nullptr) |
| | (1) emit YAML to the given file. More...
|
| |
| size_t | c4::yml::emit_yaml (ConstNodeRef const &r, FILE *f=nullptr) |
| | (2) like (1), but use default emit options More...
|
| |
| size_t | c4::yml::emit_json (ConstNodeRef const &r, EmitOptions const &opts, FILE *f=nullptr) |
| | (1) emit JSON to the given file. More...
|
| |
| size_t | c4::yml::emit_json (ConstNodeRef const &r, FILE *f=nullptr) |
| | (2) like (1), but use default emit options More...
|
| |