SDSL 3.0.3
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 (t_csa const &csa_wt) | |
Constructor. | |
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. | |
const_iterator | end () const |
Returns a const_iterator to the element after the last element. |
A wrapper class for the
Definition at line 365 of file suffix_array_helper.hpp.
typedef int_alphabet_tag sdsl::traverse_csa_wt< t_csa, t_direction >::alphabet_category |
Definition at line 374 of file suffix_array_helper.hpp.
typedef csa_member_tag sdsl::traverse_csa_wt< t_csa, t_direction >::category |
Definition at line 373 of file suffix_array_helper.hpp.
typedef t_csa::char_type sdsl::traverse_csa_wt< t_csa, t_direction >::char_type |
Definition at line 370 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 372 of file suffix_array_helper.hpp.
typedef t_csa::difference_type sdsl::traverse_csa_wt< t_csa, t_direction >::difference_type |
Definition at line 371 of file suffix_array_helper.hpp.
typedef t_csa::size_type sdsl::traverse_csa_wt< t_csa, t_direction >::size_type |
Definition at line 369 of file suffix_array_helper.hpp.
typedef t_csa::value_type sdsl::traverse_csa_wt< t_csa, t_direction >::value_type |
Definition at line 368 of file suffix_array_helper.hpp.
|
inline |
Constructor.
Definition at line 382 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the first element.
Definition at line 406 of file suffix_array_helper.hpp.
|
inline |
Returns if the
Definition at line 401 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the element after the last element.
Definition at line 411 of file suffix_array_helper.hpp.
|
inline |
Calculate the
i | The index for which the ![]() ![]() |
Definition at line 389 of file suffix_array_helper.hpp.
|
inline |
Returns the size of the
Definition at line 396 of file suffix_array_helper.hpp.