rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
Emit utilities

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...

Detailed Description

Utilities to emit YAML and JSON, either to a memory buffer or to a file or ostream-like class.

See also
sample::sample_emit_to_container
sample::sample_emit_to_stream
sample::sample_emit_to_file
sample::sample_emit_nested_node
sample::sample_emit_style