|
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<< . More...
#include <emit_ostream.hpp>
Public Member Functions | |
| as_yaml (Tree const &t, EmitOptions const &opts={}) noexcept | |
| as_yaml (Tree const &t, id_type id, EmitOptions const &opts={}) noexcept | |
| as_yaml (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<< .
For example:
Definition at line 65 of file emit_ostream.hpp.
|
inlinenoexcept |
Definition at line 70 of file emit_ostream.hpp.
|
inlinenoexcept |
Definition at line 71 of file emit_ostream.hpp.
|
inlinenoexcept |
| Tree const* c4::yml::as_yaml::tree |
Definition at line 67 of file emit_ostream.hpp.
| id_type c4::yml::as_yaml::node |
Definition at line 68 of file emit_ostream.hpp.
| EmitOptions c4::yml::as_yaml::options |
Definition at line 69 of file emit_ostream.hpp.