Ariles
|
#include <common.h>
Public Member Functions | |
t_Node & | getRawNode (const std::size_t depth) |
Get current node. More... | |
t_Node & | getRawNode () |
serialization::Node< t_Node * > & | back () |
const serialization::Node< t_Node * > & | 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 | |
::rapidjson::Document | document_ |
instance of the parser More... | |
std::vector< serialization::Node< t_Node * > > | 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 |
|
inline |
|
inlineinherited |
Definition at line 152 of file serialization.h.
|
inlineinherited |
Definition at line 157 of file serialization.h.
::rapidjson::Document ariles2::ns_rapidjson::ImplBase< t_Node >::document_ |
|
inherited |
Definition at line 128 of file serialization.h.