SDSL 3.0.2
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::int_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper Class Reference

Helper class for the comp2char mapping. More...

#include <csa_alphabet_strategy.hpp>

Public Member Functions

 comp2char_wrapper (int_alphabet const *strat)
 
char_type operator[] (comp_char_type c) const
 

Detailed Description

template<class bit_vector_type, class rank_support_type, class select_support_type, class C_array_type>
class sdsl::int_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper

Helper class for the comp2char mapping.

Definition at line 821 of file csa_alphabet_strategy.hpp.

Constructor & Destructor Documentation

◆ comp2char_wrapper()

template<class bit_vector_type , class rank_support_type , class select_support_type , class C_array_type >
sdsl::int_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper::comp2char_wrapper ( int_alphabet const *  strat)
inline

Definition at line 827 of file csa_alphabet_strategy.hpp.

Member Function Documentation

◆ operator[]()

template<class bit_vector_type , class rank_support_type , class select_support_type , class C_array_type >
char_type sdsl::int_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper::operator[] ( comp_char_type  c) const
inline

Definition at line 829 of file csa_alphabet_strategy.hpp.


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