Stxxl
1.4.0
|
00001 /*************************************************************************** 00002 * include/stxxl/bits/containers/btree/root_node.h 00003 * 00004 * Part of the STXXL. See http://stxxl.sourceforge.net 00005 * 00006 * Copyright (C) 2006 Roman Dementiev <dementiev@ira.uka.de> 00007 * 00008 * Distributed under the Boost Software License, Version 1.0. 00009 * (See accompanying file LICENSE_1_0.txt or copy at 00010 * http://www.boost.org/LICENSE_1_0.txt) 00011 **************************************************************************/ 00012 00013 #ifndef STXXL_CONTAINERS_BTREE__ROOT_NODE_H 00014 #define STXXL_CONTAINERS_BTREE__ROOT_NODE_H 00015 00016 #include <stxxl/bits/namespace.h> 00017 00018 00019 __STXXL_BEGIN_NAMESPACE 00020 00021 namespace btree 00022 { 00023 template <class KeyType, class BIDType> 00024 class root_node 00025 { 00026 // a place for a future custom root node tree implementation 00027 }; 00028 } 00029 00030 __STXXL_END_NAMESPACE 00031 00032 #endif /* STXXL_CONTAINERS_BTREE__ROOT_NODE_H */