STXXL  1.4-dev
 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 stxxl/bits/common/settings.h
18  * Provides a static class to store runtime tuning parameters.
19  */
20 
21 #include <stxxl/bits/namespace.h>
22 
24 
25 template <typename MustBeInt = int>
26 class settings
27 {
28 public:
29  static bool native_merge;
30 };
31 
32 template <typename MustBeInt>
34 
36 
38 
39 #endif // !STXXL_COMMON_SETTINGS_HEADER
settings SETTINGS
Definition: settings.h:35
static bool native_merge
Definition: settings.h:29
#define STXXL_BEGIN_NAMESPACE
Definition: namespace.h:16
#define STXXL_END_NAMESPACE
Definition: namespace.h:17