|
rapidyaml
0.7.2
parse and emit YAML, and do it fast
|
mark a tree or node to be emitted as yaml when using operator<< . More...
#include <emit.hpp>
Public Member Functions | |
| as_yaml (Tree const &t, EmitOptions const &opts={}) | |
| as_yaml (Tree const &t, size_t id, EmitOptions const &opts={}) | |
| as_yaml (ConstNodeRef const &n, EmitOptions const &opts={}) | |
Public Attributes | |
| Tree const * | tree |
| size_t | node |
| EmitOptions | options |
mark a tree or node to be emitted as yaml when using operator<< .
For example: