SDSL 3.0.1
Succinct Data Structure Library
|
#include <suffix_array_helper.hpp>
Public Types | |
typedef const t_csa::char_type | value_type |
typedef t_csa::size_type | size_type |
typedef t_csa::difference_type | difference_type |
typedef random_access_const_iterator< first_row_of_csa > | const_iterator |
typedef csa_member_tag | category |
typedef t_csa::alphabet_category | alphabet_category |
Public Member Functions | |
first_row_of_csa (const t_csa &csa) | |
Constructor. More... | |
value_type | operator[] (size_type i) const |
Calculate F[i]. More... | |
size_type | size () const |
Returns the size of the F column. More... | |
size_type | empty () const |
Returns if the F column 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 511 of file suffix_array_helper.hpp.
typedef t_csa::alphabet_category sdsl::first_row_of_csa< t_csa >::alphabet_category |
Definition at line 519 of file suffix_array_helper.hpp.
typedef csa_member_tag sdsl::first_row_of_csa< t_csa >::category |
Definition at line 518 of file suffix_array_helper.hpp.
typedef random_access_const_iterator<first_row_of_csa> sdsl::first_row_of_csa< t_csa >::const_iterator |
Definition at line 517 of file suffix_array_helper.hpp.
typedef t_csa::difference_type sdsl::first_row_of_csa< t_csa >::difference_type |
Definition at line 516 of file suffix_array_helper.hpp.
typedef t_csa::size_type sdsl::first_row_of_csa< t_csa >::size_type |
Definition at line 515 of file suffix_array_helper.hpp.
typedef const t_csa::char_type sdsl::first_row_of_csa< t_csa >::value_type |
Definition at line 514 of file suffix_array_helper.hpp.
|
inline |
Constructor.
Definition at line 526 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the first element.
Definition at line 544 of file suffix_array_helper.hpp.
|
inline |
Returns if the F column is empty.
Definition at line 542 of file suffix_array_helper.hpp.
|
inline |
Returns a const_iterator to the element after the last element.
Definition at line 546 of file suffix_array_helper.hpp.
|
inline |
Calculate F[i].
i | The index for which the ![]() ![]() |
Definition at line 534 of file suffix_array_helper.hpp.
|
inline |
Returns the size of the F column.
Definition at line 540 of file suffix_array_helper.hpp.