SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
dac_vector.hpp File Reference

dac_vector.hpp contains a vector which stores the values with variable length codes. More...

#include <algorithm>
#include <assert.h>
#include <iosfwd>
#include <stddef.h>
#include <stdint.h>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/rank_support_v5.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>

Go to the source code of this file.

Classes

class  sdsl::dac_vector< t_b, t_rank >
 A generic immutable space-saving vector class for unsigned integers. More...
 

Namespaces

namespace  sdsl
 Namespace for the succinct data structure library.
 

Detailed Description

dac_vector.hpp contains a vector which stores the values with variable length codes.

Author
Simon Gog

Definition in file dac_vector.hpp.