#include <structure_tree.hpp>
Definition at line 30 of file structure_tree.hpp.
◆ structure_tree_node()
sdsl::structure_tree_node::structure_tree_node |
( |
std::string const & |
n, |
|
|
std::string const & |
t |
|
) |
| |
|
inline |
◆ add_child()
structure_tree_node * sdsl::structure_tree_node::add_child |
( |
std::string const & |
n, |
|
|
std::string const & |
t |
|
) |
| |
|
inline |
◆ add_size()
void sdsl::structure_tree_node::add_size |
( |
size_t |
s | ) |
|
|
inline |
◆ children
map_type const& sdsl::structure_tree_node::children = m_children |
◆ name
std::string sdsl::structure_tree_node::name |
◆ size
size_t sdsl::structure_tree_node::size = 0 |
◆ type
std::string sdsl::structure_tree_node::type |
The documentation for this class was generated from the following file: