|
SDSL 3.0.3
Succinct Data Structure Library
|
Namespace for the different coder of the sdsl. More...
Classes | |
| class | comma |
| A class to encode and decode between comma code and binary code. More... | |
| class | elias_delta |
A class to encode and decode between Elias- ![]() | |
| class | elias_gamma |
A class to encode and decode between Elias- ![]() | |
| class | fibonacci |
| A class to encode and decode between Fibonacci and binary code. More... | |
| class | run_length |
Variables | |
| template<uint8_t t_width> | |
| comma< t_width >::impl | comma< t_width >::data |
| template<typename T> | |
| elias_delta< T >::impl | elias_delta< T >::data |
| template<typename T> | |
| elias_gamma< T >::impl | elias_gamma< T >::data |
| template<typename T> | |
| fibonacci< T >::impl | fibonacci< T >::data |
Namespace for the different coder of the sdsl.
| comma<t_width>::impl sdsl::coder::comma< t_width >::data |
Definition at line 177 of file coder_comma.hpp.
| elias_delta<T>::impl sdsl::coder::elias_delta< T >::data |
Definition at line 648 of file coder_elias_delta.hpp.
| elias_gamma<T>::impl sdsl::coder::elias_gamma< T >::data |
Definition at line 594 of file coder_elias_gamma.hpp.
| fibonacci<T>::impl sdsl::coder::fibonacci< T >::data |
Definition at line 633 of file coder_fibonacci.hpp.