SDSL: Succinct Data Structure Library
A C++ template library for succinct data structures
|
enc_vector_theo.hpp contains the sdsl::enc_vector_theo class and the iterator class for enc_vector_theo. More...
#include "int_vector.hpp"
#include "elias_delta_coder.hpp"
#include "rank_support.hpp"
#include "select_support.hpp"
Go to the source code of this file.
Classes | |
struct | sdsl::enc_vector_theo_trait< uint8_t > |
struct | sdsl::enc_vector_theo_trait< 32 > |
class | sdsl::enc_vector_theo< Coder, SampleDens, RankSupport, SelectSupport, 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... | |
struct | sdsl::enc_vector_theo_const_iterator< EncVector > |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. |
enc_vector_theo.hpp contains the sdsl::enc_vector_theo class and the iterator class for enc_vector_theo.