SDSL
3.0.0
Succinct Data Structure Library
|
#include <suffix_tree_helper.hpp>
Public Types | |
using | iterator_type = cst_node_child_proxy_iterator< t_cst > |
using | node_type = typename t_cst::node_type |
using | size_type = typename t_cst::size_type |
Public Member Functions | |
cst_node_child_proxy ()=delete | |
cst_node_child_proxy (const t_cst *cst, node_type v) | |
cst_node_child_proxy (const cst_node_child_proxy &p) | |
node_type | operator[] (size_type i) const |
size_type | size () |
iterator_type | begin () const |
iterator_type | end () const |
Definition at line 62 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::iterator_type = cst_node_child_proxy_iterator<t_cst> |
Definition at line 65 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::node_type = typename t_cst::node_type |
Definition at line 66 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::size_type = typename t_cst::size_type |
Definition at line 67 of file suffix_tree_helper.hpp.
|
delete |
|
inlineexplicit |
Definition at line 75 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 78 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 88 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 89 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 83 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 87 of file suffix_tree_helper.hpp.