SDSL 3.0.1
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 67 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 70 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::node_type = typename t_cst::node_type |
Definition at line 71 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy< t_cst >::size_type = typename t_cst::size_type |
Definition at line 72 of file suffix_tree_helper.hpp.
|
delete |
|
inlineexplicit |
Definition at line 80 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 83 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 93 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 94 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 88 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 92 of file suffix_tree_helper.hpp.