SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
coder_elias_gamma.hpp File Reference

coder_elias_gamma.hpp contains the class sdsl::coder::elias_gamma More...

#include <assert.h>
#include <stdint.h>
#include <sdsl/bits.hpp>

Go to the source code of this file.

Classes

class  sdsl::coder::elias_gamma< T >
 A class to encode and decode between Elias- $\delta$ and binary code. More...
struct  sdsl::coder::elias_gamma< T >::impl

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
namespace  sdsl::coder
 Namespace for the different coder of the sdsl.

Variables

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

Detailed Description

coder_elias_gamma.hpp contains the class sdsl::coder::elias_gamma

Author
Simon Gog

Definition in file coder_elias_gamma.hpp.