SDSL  3.0.0
Succinct Data Structure Library
vectors.hpp
Go to the documentation of this file.
1 // Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
2 // Please see the AUTHORS file for details. Use of this source code is governed
3 // by a BSD license that can be found in the LICENSE file.
5 #ifndef SDSL_INCLUDED_VECTORS
6 #define SDSL_INCLUDED_VECTORS
7 
8 #include <sdsl/dac_vector.hpp>
9 #include <sdsl/enc_vector.hpp>
10 #include <sdsl/int_vector.hpp>
11 #include <sdsl/vlc_vector.hpp>
12 
13 #endif
dac_vector.hpp contains a vector which stores the values with variable length codes.
enc_vector.hpp contains the sdsl::enc_vector class.
int_vector.hpp contains the sdsl::int_vector class.
vlc_vector.hpp contains a vector which stores the values with variable length codes.