SDSL
3.0.2
Succinct Data Structure Library
Loading...
Searching...
No Matches
lcp_dac.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.
8
#ifndef INCLUDED_SDSL_LCP_DAC
9
#define INCLUDED_SDSL_LCP_DAC
10
11
#include <stdint.h>
12
13
#include <
sdsl/dac_vector.hpp
>
14
#include <
sdsl/lcp_vlc.hpp
>
15
#include <
sdsl/rank_support_v5.hpp
>
16
17
namespace
sdsl
18
{
19
21
26
template
<u
int
8_t t_b = 4,
typename
t_rank = rank_support_v5<>>
27
using
lcp_dac
=
lcp_vlc<dac_vector<t_b, t_rank>
>;
28
29
}
// end namespace sdsl
30
#endif
sdsl::lcp_vlc
Definition
lcp_vlc.hpp:33
dac_vector.hpp
dac_vector.hpp contains a vector which stores the values with variable length codes.
lcp_vlc.hpp
sdsl
Namespace for the succinct data structure library.
Definition
bit_vector_il.hpp:31
rank_support_v5.hpp
rank_support_v5.hpp contains rank_support_v5.5
include
sdsl
lcp_dac.hpp
Generated by
1.9.8