STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
root_node.h
Go to the documentation of this file.
1 /***************************************************************************
2  * include/stxxl/bits/containers/btree/root_node.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2006 Roman Dementiev <[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_CONTAINERS_BTREE_ROOT_NODE_HEADER
14 #define STXXL_CONTAINERS_BTREE_ROOT_NODE_HEADER
15 
16 #include <stxxl/bits/namespace.h>
17 
19 
20 namespace btree {
21 
22 template <class KeyType, class BIDType>
23 class root_node
24 {
25  // a place for a future custom root node tree implementation
26 };
27 
28 } // namespace btree
29 
31 
32 #endif // !STXXL_CONTAINERS_BTREE_ROOT_NODE_HEADER
#define STXXL_BEGIN_NAMESPACE
Definition: namespace.h:16
#define STXXL_END_NAMESPACE
Definition: namespace.h:17