STXXL  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
settings.h
Go to the documentation of this file.
1 /***************************************************************************
2  * include/stxxl/bits/common/settings.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2007 Johannes Singler <[email protected]>
7  *
8  * Distributed under the Boost Software License, Version 1.0.
9  * (See accompanying file LICENSE_1_0.txt or copy at
10  * http://www.boost.org/LICENSE_1_0.txt)
11  **************************************************************************/
12 
13 #ifndef STXXL_COMMON_SETTINGS_HEADER
14 #define STXXL_COMMON_SETTINGS_HEADER
15 
16 /*!
17  * @file settings.h
18  * Provides a static class to store runtime tuning parameters.
19  */
20 
21 #include <stxxl/bits/namespace.h>
22 
23 
25 
26 template <typename must_be_int = int>
27 class settings
28 {
29 public:
30  static bool native_merge;
31 };
32 
33 template <typename must_be_int>
35 
37 
39 
40 #endif // !STXXL_COMMON_SETTINGS_HEADER
settings SETTINGS
Definition: settings.h:36
#define STXXL_BEGIN_NAMESPACE
Definition: namespace.h:16
#define STXXL_END_NAMESPACE
Definition: namespace.h:17
static bool native_merge
Definition: settings.h:30