SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::succinct_byte_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 (succinct_byte_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::succinct_byte_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper

Helper class for the comp2char mapping.

Definition at line 362 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::succinct_byte_alphabet< bit_vector_type, rank_support_type, select_support_type, C_array_type >::comp2char_wrapper::comp2char_wrapper ( succinct_byte_alphabet const * strat)
inline

Definition at line 368 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::succinct_byte_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 370 of file csa_alphabet_strategy.hpp.


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