#include <structure_tree.hpp>
Definition at line 29 of file structure_tree.hpp.
◆ structure_tree_node()
sdsl::structure_tree_node::structure_tree_node |
( |
const std::string & |
n, |
|
|
const std::string & |
t |
|
) |
| |
|
inline |
◆ add_child()
structure_tree_node * sdsl::structure_tree_node::add_child |
( |
const std::string & |
n, |
|
|
const std::string & |
t |
|
) |
| |
|
inline |
◆ add_size()
void sdsl::structure_tree_node::add_size |
( |
size_t |
s | ) |
|
|
inline |
◆ children
const map_type& 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: