|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
tag type to mark a tree or node to be emitted as yaml when using operator<<, with options. More...
#include <emit_ostream.hpp>
Public Member Functions | |
| as_json (Tree const &t, EmitOptions const &opts={}) noexcept | |
| as_json (Tree const &t, id_type id, EmitOptions const &opts={}) noexcept | |
| as_json (ConstNodeRef const &n, EmitOptions const &opts={}) noexcept | |
Public Attributes | |
| Tree const * | tree |
| id_type | node |
| EmitOptions | options |
tag type to mark a tree or node to be emitted as yaml when using operator<<, with options.
For example:
Definition at line 43 of file emit_ostream.hpp.
|
inlinenoexcept |
Definition at line 48 of file emit_ostream.hpp.
|
inlinenoexcept |
Definition at line 49 of file emit_ostream.hpp.
|
inlinenoexcept |
| Tree const* c4::yml::as_json::tree |
Definition at line 45 of file emit_ostream.hpp.
| id_type c4::yml::as_json::node |
Definition at line 46 of file emit_ostream.hpp.
| EmitOptions c4::yml::as_json::options |
Definition at line 47 of file emit_ostream.hpp.