SDSL
3.0.0
Succinct Data Structure Library
|
#include <suffix_tree_helper.hpp>
Public Types | |
using | node_type = typename t_cst::node_type |
using | value_type = node_type |
using | const_reference = const node_type |
using | iterator_type = cst_node_child_proxy_iterator< t_cst > |
Public Member Functions | |
cst_node_child_proxy_iterator () | |
cst_node_child_proxy_iterator (const t_cst *cst, node_type v) | |
cst_node_child_proxy_iterator (const iterator_type &it) | |
const_reference | operator* () const |
iterator_type & | operator++ () |
iterator_type | operator++ (int) |
bool | operator== (const iterator_type &it) const |
bool | operator!= (const iterator_type &it) const |
Definition at line 20 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy_iterator< t_cst >::const_reference = const node_type |
Definition at line 25 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy_iterator< t_cst >::iterator_type = cst_node_child_proxy_iterator<t_cst> |
Definition at line 26 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy_iterator< t_cst >::node_type = typename t_cst::node_type |
Definition at line 23 of file suffix_tree_helper.hpp.
using sdsl::cst_node_child_proxy_iterator< t_cst >::value_type = node_type |
Definition at line 24 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 33 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 35 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 39 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 58 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 45 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 46 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 51 of file suffix_tree_helper.hpp.
|
inline |
Definition at line 57 of file suffix_tree_helper.hpp.