SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::isa_of_csa_psi< t_csa > Class Template Reference

#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_psiconst_iterator
 
typedef csa_member_tag category
 
typedef int_alphabet_tag alphabet_category
 

Public Member Functions

 isa_of_csa_psi (t_csa const &csa_wt)
 Constructor.
 
value_type operator[] (size_type i) const
 Access operator to ISA.
 
size_type size () const
 Returns the size of the CSA.
 
size_type empty () const
 Returns if the CSA is empty.
 
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.
 

Detailed Description

template<typename t_csa>
class sdsl::isa_of_csa_psi< t_csa >

Definition at line 562 of file suffix_array_helper.hpp.

Member Typedef Documentation

◆ alphabet_category

template<typename t_csa >
typedef int_alphabet_tag sdsl::isa_of_csa_psi< t_csa >::alphabet_category

Definition at line 570 of file suffix_array_helper.hpp.

◆ category

template<typename t_csa >
typedef csa_member_tag sdsl::isa_of_csa_psi< t_csa >::category

Definition at line 569 of file suffix_array_helper.hpp.

◆ const_iterator

template<typename t_csa >
typedef random_access_const_iterator<isa_of_csa_psi> sdsl::isa_of_csa_psi< t_csa >::const_iterator

Definition at line 568 of file suffix_array_helper.hpp.

◆ difference_type

template<typename t_csa >
typedef t_csa::difference_type sdsl::isa_of_csa_psi< t_csa >::difference_type

Definition at line 567 of file suffix_array_helper.hpp.

◆ size_type

template<typename t_csa >
typedef t_csa::size_type sdsl::isa_of_csa_psi< t_csa >::size_type

Definition at line 566 of file suffix_array_helper.hpp.

◆ value_type

template<typename t_csa >
typedef t_csa::value_type sdsl::isa_of_csa_psi< t_csa >::value_type

Definition at line 565 of file suffix_array_helper.hpp.

Constructor & Destructor Documentation

◆ isa_of_csa_psi()

template<typename t_csa >
sdsl::isa_of_csa_psi< t_csa >::isa_of_csa_psi ( t_csa const & csa_wt)
inline

Constructor.

Definition at line 578 of file suffix_array_helper.hpp.

Member Function Documentation

◆ begin()

template<typename t_csa >
const_iterator sdsl::isa_of_csa_psi< t_csa >::begin ( ) const
inline

Returns a const_iterator to the first element.

Definition at line 608 of file suffix_array_helper.hpp.

◆ empty()

template<typename t_csa >
size_type sdsl::isa_of_csa_psi< t_csa >::empty ( ) const
inline

Returns if the CSA is empty.

Definition at line 603 of file suffix_array_helper.hpp.

◆ end()

template<typename t_csa >
const_iterator sdsl::isa_of_csa_psi< t_csa >::end ( ) const
inline

Returns a const_iterator to the element after the last element.

Definition at line 613 of file suffix_array_helper.hpp.

◆ operator[]()

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

Access operator to ISA.

Parameters
iIndex $i\in [0..size()-1]$.

Definition at line 584 of file suffix_array_helper.hpp.

◆ size()

template<typename t_csa >
size_type sdsl::isa_of_csa_psi< t_csa >::size ( ) const
inline

Returns the size of the CSA.

Definition at line 598 of file suffix_array_helper.hpp.


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