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/enc_vector.hpp File Reference

enc_vector.hpp contains the sdsl::enc_vector class. More...

#include "int_vector.hpp"
#include "elias_delta_coder.hpp"
#include "iterators.hpp"

Go to the source code of this file.

Classes

struct  sdsl::enc_vector_trait< fixedIntWidth >
struct  sdsl::enc_vector_trait< 32 >
class  sdsl::enc_vector< Coder, SampleDens, fixedIntWidth >
 A generic immutable space-saving vector class for unsigned integers. It encodes each integer with its self-delimiting code and still provides constant time access. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Detailed Description

enc_vector.hpp contains the sdsl::enc_vector class.

Author:
Simon Gog