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

coder_elias_delta.hpp contains the class sdsl::coder::elias_delta More...

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

Go to the source code of this file.

Classes

class  sdsl::coder::elias_delta< T >
 A class to encode and decode between Elias- $\delta$ and binary code. More...
 
struct  sdsl::coder::elias_delta< 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_delta< T >::impl sdsl::coder::elias_delta< T >::data
 

Detailed Description

coder_elias_delta.hpp contains the class sdsl::coder::elias_delta

Author
Simon Gog

Definition in file coder_elias_delta.hpp.