SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Public Types | Static Public Member Functions
sdsl::coder::run_length< Coder > Class Template Reference

List of all members.

Public Types

typedef uint64_t size_type

Static Public Member Functions

static void encode (uint64_t x, uint64_t *&z, uint8_t offset)
static uint64_t encoding_length (const uint64_t *s, uint8_t s_offset, size_type bit_length)

template<class Coder>
class sdsl::coder::run_length< Coder >


The documentation for this class was generated from the following file: