SDSL
3.0.0
Succinct Data Structure Library
|
#include <suffix_array_helper.hpp>
Public Types | |
typedef t_csa::value_type | value_type |
typedef t_csa::size_type | size_type |
typedef t_csa::difference_type | difference_type |
typedef random_access_const_iterator< isa_of_csa_wt > | const_iterator |
typedef csa_member_tag | category |
typedef int_alphabet_tag | alphabet_category |
Public Member Functions | |
isa_of_csa_wt (const t_csa &csa_wt) | |
Constructor. More... | |
value_type | operator[] (size_type i) const |
Access operator to ISA. More... | |
size_type | size () const |
Returns the size of the CSA. More... | |
size_type | empty () const |
Returns if the CSA is empty. More... | |
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... | |
Definition at line 421 of file suffix_array_helper.hpp.
typedef int_alphabet_tag sdsl::isa_of_csa_wt< t_csa >::alphabet_category |
Definition at line 429 of file suffix_array_helper.hpp.
typedef csa_member_tag sdsl::isa_of_csa_wt< t_csa >::category |
Definition at line 428 of file suffix_array_helper.hpp.
typedef random_access_const_iterator<isa_of_csa_wt> sdsl::isa_of_csa_wt< t_csa >::const_iterator |
Definition at line 427 of file suffix_array_helper.hpp.
typedef t_csa::difference_type sdsl::isa_of_csa_wt< t_csa >::difference_type |
Definition at line 426 of file suffix_array_helper.hpp.
typedef t_csa::size_type sdsl::isa_of_csa_wt< t_csa >::size_type |
Definition at line 425 of file suffix_array_helper.hpp.
typedef t_csa::value_type sdsl::isa_of_csa_wt< t_csa >::value_type |
Definition at line 424 of file suffix_array_helper.hpp.
|
inline |
Constructor.
Definition at line 436 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the first element.
Definition at line 462 of file suffix_array_helper.hpp.
|
inline |
Returns if the CSA is empty.
Definition at line 460 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the element after the last element.
Definition at line 464 of file suffix_array_helper.hpp.
|
inline |
|
inline |
Returns the size of the CSA.
Definition at line 458 of file suffix_array_helper.hpp.