|
rapidyaml 0.14.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 | |
| NodeInit (NodeType_e t) | |
| initialize as a typed node | |
| NodeInit (NodeScalar const &v) | |
| initialize as a sequence member | |
| NodeInit (NodeScalar const &v, NodeType_e t) | |
| initialize as a sequence member with explicit type | |
| NodeInit (NodeScalar const &k, NodeScalar const &v) | |
| initialize as a mapping member | |
| NodeInit (NodeType_e t, NodeScalar const &k, NodeScalar const &v) | |
| initialize as a mapping member with explicit type | |
| NodeInit (NodeType_e t, NodeScalar const &k) | |
| initialize as a mapping member with explicit type (eg for SEQ or MAP) | |
| 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 177 of file tree.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| NodeScalar c4::yml::NodeInit::key |
| NodeScalar c4::yml::NodeInit::val |