|
Ariles
|
Definition at line 125 of file serialization.h.
#include <serialization.h>
Public Member Functions | |
| t_Node & | back () |
| const t_Node & | back () const |
| void | clear () |
| template<class... t_Args> | |
| void | emplace (t_Args &&...args) |
| void | pop () |
| void | shiftArray () |
| bool | empty () const |
| template<typename... t_String> | |
| std::string | concatWithNode (t_String &&...strings) const |
| template<typename... t_String> | |
| void | concatWithNodeAndEmplace (t_String &&...strings) |
Public Attributes | |
| std::vector< t_Node > | node_stack_ |
|
inline |
Definition at line 131 of file serialization.h.
|
inline |
Definition at line 136 of file serialization.h.
|
inline |
Definition at line 141 of file serialization.h.
|
inline |
Definition at line 170 of file serialization.h.
|
inline |
Definition at line 176 of file serialization.h.
|
inline |
Definition at line 147 of file serialization.h.
|
inline |
Definition at line 163 of file serialization.h.
|
inline |
Definition at line 152 of file serialization.h.
|
inline |
Definition at line 157 of file serialization.h.
| std::vector<t_Node> ariles2::serialization::NodeStackBase< t_Node >::node_stack_ |
Definition at line 128 of file serialization.h.