SDSL 3.0.2
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 (t_cst const *cst, node_type v) | |
cst_node_child_proxy (cst_node_child_proxy const &p) | |
node_type | operator[] (size_type i) const |
size_type | size () |
iterator_type | begin () const |
iterator_type | end () const |
Definition at line 74 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 77 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::node_type = typename t_cst::node_type |
Definition at line 78 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::size_type = typename t_cst::size_type |
Definition at line 79 of file suffix_tree_helper.hpp.
|
delete |
|
inlineexplicit |
Definition at line 87 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 88 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 99 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 103 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 91 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 95 of file suffix_tree_helper.hpp.