SDSL 3.0.1
Succinct Data Structure Library
|
A wrapper class for the
#include <suffix_array_helper.hpp>
Public Types | |
typedef t_csa::value_type | value_type |
typedef t_csa::size_type | size_type |
typedef t_csa::char_type | char_type |
typedef t_csa::difference_type | difference_type |
typedef random_access_const_iterator< traverse_csa_wt > | const_iterator |
typedef csa_member_tag | category |
typedef int_alphabet_tag | alphabet_category |
Public Member Functions | |
traverse_csa_wt (const t_csa &csa_wt) | |
Constructor. More... | |
value_type | operator[] (size_type i) const |
Calculate the ![]() | |
size_type | size () const |
Returns the size of the ![]() | |
size_type | empty () const |
Returns if the ![]() | |
const_iterator | begin () const |
Returns a const_iterator to the first element. More... | |
const_iterator | end () const |
Returns a const_iterator to the element after the last element. More... | |
A wrapper class for the
Definition at line 319 of file suffix_array_helper.hpp.
typedef int_alphabet_tag sdsl::traverse_csa_wt< t_csa, t_direction >::alphabet_category |
Definition at line 328 of file suffix_array_helper.hpp.
typedef csa_member_tag sdsl::traverse_csa_wt< t_csa, t_direction >::category |
Definition at line 327 of file suffix_array_helper.hpp.
typedef t_csa::char_type sdsl::traverse_csa_wt< t_csa, t_direction >::char_type |
Definition at line 324 of file suffix_array_helper.hpp.
typedef random_access_const_iterator<traverse_csa_wt> sdsl::traverse_csa_wt< t_csa, t_direction >::const_iterator |
Definition at line 326 of file suffix_array_helper.hpp.
typedef t_csa::difference_type sdsl::traverse_csa_wt< t_csa, t_direction >::difference_type |
Definition at line 325 of file suffix_array_helper.hpp.
typedef t_csa::size_type sdsl::traverse_csa_wt< t_csa, t_direction >::size_type |
Definition at line 323 of file suffix_array_helper.hpp.
typedef t_csa::value_type sdsl::traverse_csa_wt< t_csa, t_direction >::value_type |
Definition at line 322 of file suffix_array_helper.hpp.
|
inline |
Constructor.
Definition at line 335 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the first element.
Definition at line 354 of file suffix_array_helper.hpp.
|
inline |
Returns if the
Definition at line 352 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the element after the last element.
Definition at line 356 of file suffix_array_helper.hpp.
|
inline |
Calculate the
i | The index for which the ![]() ![]() |
Definition at line 343 of file suffix_array_helper.hpp.
|
inline |
Returns the size of the
Definition at line 350 of file suffix_array_helper.hpp.