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

coder.hpp contains the coder namespace and includes the header files of sdsl::coder::fibonacci, sdsl::coder::elias_delta, and sdsl::coder::run_length More...

#include <assert.h>
#include <stdint.h>
#include <sdsl/coder_comma.hpp>
#include <sdsl/coder_elias_delta.hpp>
#include <sdsl/coder_elias_gamma.hpp>
#include <sdsl/coder_fibonacci.hpp>

Go to the source code of this file.

Classes

class  sdsl::coder::run_length< Coder >

Namespaces

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

Detailed Description

coder.hpp contains the coder namespace and includes the header files of sdsl::coder::fibonacci, sdsl::coder::elias_delta, and sdsl::coder::run_length

Author
Simon Gog

Definition in file coder.hpp.