Ariles
|
Definition at line 30 of file reader.cpp.
Public Member Functions | |
const YAML::Node | getRawNode (const std::size_t depth) |
const YAML::Node | getRawNode () |
NodeWrapper & | back () |
const NodeWrapper & | back () const |
void | clear () |
void | emplace (t_Args &&...args) |
void | pop () |
void | shiftArray () |
bool | empty () const |
std::string | concatWithNode (t_String &&...strings) const |
void | concatWithNodeAndEmplace (t_String &&...strings) |
Public Attributes | |
std::vector< YAML::const_iterator > | iterator_stack_ |
std::vector< NodeWrapper > | node_stack_ |
|
inlineinherited |
Definition at line 131 of file serialization.h.
|
inlineinherited |
Definition at line 136 of file serialization.h.
|
inlineinherited |
Definition at line 141 of file serialization.h.
|
inlineinherited |
Definition at line 170 of file serialization.h.
|
inlineinherited |
Definition at line 176 of file serialization.h.
|
inlineinherited |
Definition at line 147 of file serialization.h.
|
inlineinherited |
Definition at line 163 of file serialization.h.
|
inline |
Definition at line 48 of file reader.cpp.
|
inline |
Definition at line 37 of file reader.cpp.
|
inlineinherited |
Definition at line 152 of file serialization.h.
|
inlineinherited |
Definition at line 157 of file serialization.h.
std::vector<YAML::const_iterator> ariles2::ns_yaml_cpp::impl::Reader::iterator_stack_ |
Definition at line 33 of file reader.cpp.
|
inherited |
Definition at line 128 of file serialization.h.