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

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

#include "int_vector.hpp"
#include "fibonacci_coder.hpp"
#include "iterators.hpp"

Go to the source code of this file.

Classes

struct  sdsl::enc_vector_dna_trait< fixedIntWidth >
struct  sdsl::enc_vector_dna_trait< 32 >
class  sdsl::enc_vector_dna< SampleDens, fixedIntWidth >
 An immutable space-saving vector class for unsigned positiv integers of the psi-values of dna data. More...

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.

Functions

uint64_t sdsl::decode64bit (uint64_t w)

Detailed Description

enc_vector_dna.hpp contains the sdsl::enc_vector_dna class.

Author:
Simon Gog