|
rapidyaml 0.14.0
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 file | |
| Emit to an STL-like ostream | |
| Emit to memory buffer | |
| Writer objects to use with an Emitter | |
Classes | |
| class | c4::yml::Emitter< Writer > |
| A stateful emitter, for use with a writer such as WriterBuf, WriterFile, or WriterOStream. More... | |
| struct | c4::yml::EmitOptions |
| A lightweight object containing options to be used when emitting. More... | |
Typedefs | |
| template<class OStream> | |
| using | c4::yml::EmitterOStream = Emitter<WriterOStream<OStream>> |
| using | c4::yml::EmitterFile = Emitter<WriterFile> |
| using | c4::yml::EmitterBuf = Emitter<WriterBuf> |
Enumerations | |
| enum | c4::yml::EmitType_e { c4::yml::EMIT_YAML = 0 , c4::yml::EMIT_JSON = 1 } |
| Specifies the type of content to emit. More... | |
Utilities to emit YAML and JSON, either to a memory buffer or to a file or ostream-like class.
| using c4::yml::EmitterOStream = Emitter<WriterOStream<OStream>> |
| using c4::yml::EmitterFile = Emitter<WriterFile> |
| using c4::yml::EmitterBuf = Emitter<WriterBuf> |
| enum c4::yml::EmitType_e |
Specifies the type of content to emit.
| Enumerator | |
|---|---|
| EMIT_YAML | emit YAML |
| EMIT_JSON | emit JSON |
Definition at line 48 of file emit.hpp.