Utilities to emit YAML and JSON, either to a memory buffer or to a file or ostream-like class.
More...
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
◆ EmitterOStream
◆ EmitterFile
◆ EmitterBuf
◆ 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.
EmitType_e
Specifies the type of content to emit.