SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
 All Classes Namespaces Files Functions Variables Typedefs Friends
Classes
sdsl::coder Namespace Reference

Namespace for the different coder of the sdsl. More...

Classes

class  run_length
class  elias_delta
 A class to encode and decode between Elias- $\delta$ and binary code. More...
class  fibonacci
 A class to encode and decode between Fibonacci and binary code. More...
class  ternary
 A class to encode and decode between ternary and binary code. More...

Detailed Description

Namespace for the different coder of the sdsl.