SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes | Namespaces
sdsl/include/sdsl/coder.hpp File Reference

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

#include "int_vector.hpp"
#include "fibonacci_coder.hpp"
#include "elias_delta_coder.hpp"
#include "ternary_coder.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, sdsl::coder::ternary, and sdsl::coder::run_length

Author:
Simon Gog