SDSL
3.0.1
Succinct Data Structure Library
construct_config.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.
4
#ifndef INCLUDED_SDSL_CONSTRUCT_CONFIG
5
#define INCLUDED_SDSL_CONSTRUCT_CONFIG
6
7
#include <
sdsl/config.hpp
>
8
9
namespace
sdsl
10
{
11
12
struct
construct_config_data
13
{
14
byte_sa_algo_type
byte_algo_sa
=
LIBDIVSUFSORT
;
15
};
16
17
extern
inline
construct_config_data
&
construct_config
()
18
{
19
static
construct_config_data
data;
20
return
data;
21
}
22
23
}
// namespace sdsl
24
25
#endif
config.hpp
sdsl
Namespace for the succinct data structure library.
Definition:
bit_vector_il.hpp:20
sdsl::byte_sa_algo_type
byte_sa_algo_type
Definition:
config.hpp:60
sdsl::LIBDIVSUFSORT
@ LIBDIVSUFSORT
Definition:
config.hpp:61
sdsl::construct_config
construct_config_data & construct_config()
Definition:
construct_config.hpp:17
sdsl::construct_config_data
Definition:
construct_config.hpp:13
sdsl::construct_config_data::byte_algo_sa
byte_sa_algo_type byte_algo_sa
Definition:
construct_config.hpp:14
include
sdsl
construct_config.hpp
Generated by
1.9.4