|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
Utilities to emit YAML and JSON, either to a memory buffer or to a file or ostream-like class. More...
Topics | |
| Emit to a memory buffer | |
| Emit to a contiguous memory container like std::string or std::vector<char> | |
| Emit to file | |
| Emit to an STL-like ostream | |
| Writer objects to use with an Emitter | |
Classes | |
| struct | c4::yml::EmitOptions |
| A lightweight object containing options to be used when emitting. More... | |
| class | c4::yml::Emitter< Writer > |
| A YAML/JSON emitter, templated on a writer class such as WriterBuf, WriterFile, or WriterOStream. More... | |
Utilities to emit YAML and JSON, either to a memory buffer or to a file or ostream-like class.