|
Ariles
|
#include <common.h>
Public Member Functions | |
| XmlRpc::XmlRpcValue & | getRawNode (const std::size_t depth) |
| Get current node. | |
| XmlRpc::XmlRpcValue & | 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::string | root_name_ |
| XmlRpc::XmlRpcValue | root_value_ |
| ::ros::NodeHandle | nh_ |
| 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 |
|
inline |
|
inlineinherited |
Definition at line 152 of file serialization.h.
|
inlineinherited |
Definition at line 157 of file serialization.h.
|
inherited |
Definition at line 128 of file serialization.h.
| XmlRpc::XmlRpcValue ariles2::ns_rosparam::ImplBase::root_value_ |