SDSL 3.0.3
Succinct Data Structure Library
|
vlc_vector.hpp contains a vector which stores the values with variable length codes. More...
#include <assert.h>
#include <iosfwd>
#include <stddef.h>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <sdsl/bits.hpp>
#include <sdsl/cereal.hpp>
#include <sdsl/coder_elias_delta.hpp>
#include <sdsl/int_vector.hpp>
#include <sdsl/int_vector_buffer.hpp>
#include <sdsl/io.hpp>
#include <sdsl/iterators.hpp>
#include <sdsl/sdsl_concepts.hpp>
#include <sdsl/structure_tree.hpp>
#include <sdsl/util.hpp>
Go to the source code of this file.
Classes | |
struct | sdsl::vlc_vector_trait< t_width > |
struct | sdsl::vlc_vector_trait< 32 > |
class | sdsl::vlc_vector< t_coder, t_dens, t_width > |
A generic immutable space-saving vector class for unsigned integers. More... | |
Namespaces | |
namespace | sdsl |
Namespace for the succinct data structure library. | |
vlc_vector.hpp contains a vector which stores the values with variable length codes.
Definition in file vlc_vector.hpp.