SDSL 3.0.2
Succinct Data Structure Library
|
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. | |
coder.hpp contains the coder namespace and includes the header files of sdsl::coder::fibonacci, sdsl::coder::elias_delta, and sdsl::coder::run_length
Definition in file coder.hpp.