SDSL 3.0.3
Succinct Data Structure Library
Loading...
Searching...
No Matches
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// clang-format off
9// Cyclic includes start
10#include <sdsl/dac_vector.hpp>
11#include <sdsl/enc_vector.hpp>
12#include <sdsl/int_vector.hpp>
13#include <sdsl/vlc_vector.hpp>
14// Cyclic includes end
15// clang-format on
16
17#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.