SDSL 3.0.2
Succinct Data Structure Library
|
#include <cst_fully.hpp>
Public Types | |
enum | { fast_access = 0 , text_order = 0 , sa_order = 0 } |
typedef t_cst::size_type | size_type |
typedef size_type | value_type |
typedef random_access_const_iterator< lcp_fully > | const_iterator |
typedef const_iterator | iterator |
typedef lcp_tag | lcp_category |
Public Member Functions | |
lcp_fully ()=default | |
lcp_fully (t_cst const *cst) | |
lcp_fully (lcp_fully const &)=default | |
lcp_fully (lcp_fully &&)=default | |
lcp_fully & | operator= (lcp_fully const &)=default |
lcp_fully & | operator= (lcp_fully &&)=default |
~lcp_fully ()=default | |
size_type | size () const |
value_type | operator[] (size_type i) const |
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. | |
Definition at line 45 of file cst_fully.hpp.
typedef random_access_const_iterator<lcp_fully> sdsl::lcp_fully< t_cst >::const_iterator |
Definition at line 50 of file cst_fully.hpp.
typedef const_iterator sdsl::lcp_fully< t_cst >::iterator |
Definition at line 51 of file cst_fully.hpp.
typedef lcp_tag sdsl::lcp_fully< t_cst >::lcp_category |
Definition at line 53 of file cst_fully.hpp.
typedef t_cst::size_type sdsl::lcp_fully< t_cst >::size_type |
Definition at line 48 of file cst_fully.hpp.
typedef size_type sdsl::lcp_fully< t_cst >::value_type |
Definition at line 49 of file cst_fully.hpp.
anonymous enum |
Enumerator | |
---|---|
fast_access | |
text_order | |
sa_order |
Definition at line 55 of file cst_fully.hpp.
|
default |
|
inline |
Definition at line 67 of file cst_fully.hpp.
|
default |
|
default |
|
default |
|
inline |
Returns a const_iterator to the first element.
Definition at line 100 of file cst_fully.hpp.
|
inline |
Returns a const_iterator to the element after the last element.
Definition at line 106 of file cst_fully.hpp.
|
default |
|
default |
|
inline |
Definition at line 80 of file cst_fully.hpp.
|
inline |
Definition at line 75 of file cst_fully.hpp.