SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
sdsl::coder Namespace Reference

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- $\delta$ and binary code. More...
class  elias_gamma
 A class to encode and decode between Elias- $\delta$ and binary code. More...
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

Detailed Description

Namespace for the different coder of the sdsl.

Variable Documentation

◆ comma< t_width >::data

template<uint8_t t_width>
comma<t_width>::impl sdsl::coder::comma< t_width >::data

Definition at line 177 of file coder_comma.hpp.

◆ elias_delta< T >::data

template<typename T>
elias_delta<T>::impl sdsl::coder::elias_delta< T >::data

Definition at line 648 of file coder_elias_delta.hpp.

◆ elias_gamma< T >::data

template<typename T>
elias_gamma<T>::impl sdsl::coder::elias_gamma< T >::data

Definition at line 594 of file coder_elias_gamma.hpp.

◆ fibonacci< T >::data

template<typename T>
fibonacci<T>::impl sdsl::coder::fibonacci< T >::data

Definition at line 633 of file coder_fibonacci.hpp.