SDSL  3.0.0
Succinct Data Structure Library
sdsl::lcp_fully< t_cst > Class Template Reference

#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_fullyconst_iterator
 
typedef const_iterator iterator
 
typedef lcp_tag lcp_category
 

Public Member Functions

 lcp_fully ()=default
 
 lcp_fully (const t_cst *cst)
 
 lcp_fully (const lcp_fully &)=default
 
 lcp_fully (lcp_fully &&)=default
 
lcp_fullyoperator= (const lcp_fully &)=default
 
lcp_fullyoperator= (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. More...
 
const_iterator end () const
 Returns a const_iterator to the element after the last element. More...
 

Detailed Description

template<typename t_cst>
class sdsl::lcp_fully< t_cst >

Definition at line 27 of file cst_fully.hpp.

Member Typedef Documentation

◆ const_iterator

template<typename t_cst >
typedef random_access_const_iterator<lcp_fully> sdsl::lcp_fully< t_cst >::const_iterator

Definition at line 32 of file cst_fully.hpp.

◆ iterator

template<typename t_cst >
typedef const_iterator sdsl::lcp_fully< t_cst >::iterator

Definition at line 33 of file cst_fully.hpp.

◆ lcp_category

template<typename t_cst >
typedef lcp_tag sdsl::lcp_fully< t_cst >::lcp_category

Definition at line 35 of file cst_fully.hpp.

◆ size_type

template<typename t_cst >
typedef t_cst::size_type sdsl::lcp_fully< t_cst >::size_type

Definition at line 30 of file cst_fully.hpp.

◆ value_type

template<typename t_cst >
typedef size_type sdsl::lcp_fully< t_cst >::value_type

Definition at line 31 of file cst_fully.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename t_cst >
anonymous enum
Enumerator
fast_access 
text_order 
sa_order 

Definition at line 37 of file cst_fully.hpp.

Constructor & Destructor Documentation

◆ lcp_fully() [1/4]

template<typename t_cst >
sdsl::lcp_fully< t_cst >::lcp_fully ( )
default

◆ lcp_fully() [2/4]

template<typename t_cst >
sdsl::lcp_fully< t_cst >::lcp_fully ( const t_cst *  cst)
inline

Definition at line 49 of file cst_fully.hpp.

◆ lcp_fully() [3/4]

template<typename t_cst >
sdsl::lcp_fully< t_cst >::lcp_fully ( const lcp_fully< t_cst > &  )
default

◆ lcp_fully() [4/4]

template<typename t_cst >
sdsl::lcp_fully< t_cst >::lcp_fully ( lcp_fully< t_cst > &&  )
default

◆ ~lcp_fully()

template<typename t_cst >
sdsl::lcp_fully< t_cst >::~lcp_fully ( )
default

Member Function Documentation

◆ begin()

template<typename t_cst >
const_iterator sdsl::lcp_fully< t_cst >::begin ( ) const
inline

Returns a const_iterator to the first element.

Definition at line 77 of file cst_fully.hpp.

◆ end()

template<typename t_cst >
const_iterator sdsl::lcp_fully< t_cst >::end ( ) const
inline

Returns a const_iterator to the element after the last element.

Definition at line 80 of file cst_fully.hpp.

◆ operator=() [1/2]

template<typename t_cst >
lcp_fully& sdsl::lcp_fully< t_cst >::operator= ( const lcp_fully< t_cst > &  )
default

◆ operator=() [2/2]

template<typename t_cst >
lcp_fully& sdsl::lcp_fully< t_cst >::operator= ( lcp_fully< t_cst > &&  )
default

◆ operator[]()

template<typename t_cst >
value_type sdsl::lcp_fully< t_cst >::operator[] ( size_type  i) const
inline

Definition at line 60 of file cst_fully.hpp.

◆ size()

template<typename t_cst >
size_type sdsl::lcp_fully< t_cst >::size ( ) const
inline

Definition at line 58 of file cst_fully.hpp.


The documentation for this class was generated from the following file: