#include <tree.hpp>
Public Member Functions | |
| TreeNode< T > * | root () |
| Mutable pointer to the root of the tree. More... | |
| const TreeNode< T > * | root () const |
| Tree () | |
Private Member Functions | |
| void | print_impl (std::ostream &os, const TreeNode< T > *node, int indent) const |
Private Attributes | |
| std::unique_ptr< TreeNode< T > > | _root |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Tree &_this) |
Definition at line 80 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
inline |
Definition at line 83 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
inlineprivate |
Definition at line 137 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
inline |
Mutable pointer to the root of the tree.
Definition at line 86 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
inline |
Definition at line 88 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
friend |
Definition at line 90 of file ros2_introspection/include/ros2_introspection/tree.hpp.
|
private |
Definition at line 99 of file ros2_introspection/include/ros2_introspection/tree.hpp.