|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
convenience class to initialize nodes More...
#include <tree.hpp>
Public Member Functions | |
| NodeInit () | |
| initialize as an empty node More... | |
| NodeInit (NodeType_e t) | |
| initialize as a typed node More... | |
| NodeInit (NodeScalar const &v) | |
| initialize as a sequence member More... | |
| NodeInit (NodeScalar const &v, NodeType_e t) | |
| initialize as a sequence member with explicit type More... | |
| NodeInit (NodeScalar const &k, NodeScalar const &v) | |
| initialize as a mapping member More... | |
| NodeInit (NodeType_e t, NodeScalar const &k, NodeScalar const &v) | |
| initialize as a mapping member with explicit type More... | |
| NodeInit (NodeType_e t, NodeScalar const &k) | |
| initialize as a mapping member with explicit type (eg for SEQ or MAP) More... | |
| void | clear () |
| void | _add_flags (type_bits more_flags=0) |
| bool | _check () const |
Public Attributes | |
| NodeType | type |
| NodeScalar | key |
| NodeScalar | val |
|
inline |
|
inline |
|
inline |
initialize as a sequence member
Definition at line 175 of file tree.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| NodeScalar c4::yml::NodeInit::key |
| NodeScalar c4::yml::NodeInit::val |