STX B+ Tree Template Classes  0.9
stx/btree_multiset
Go to the documentation of this file.
00001 /** \file btree_multiset
00002  * Forwarder header to btree_multiset.h
00003  */
00004 
00005 /*
00006  * STX B+ Tree Template Classes v0.9
00007  * Copyright (C) 2008-2013 Timo Bingmann
00008  *
00009  * Boost Software License - Version 1.0 - August 17th, 2003
00010  *
00011  * Permission is hereby granted, free of charge, to any person or organization
00012  * obtaining a copy of the software and accompanying documentation covered by
00013  * this license (the "Software") to use, reproduce, display, distribute,
00014  * execute, and transmit the Software, and to prepare derivative works of the
00015  * Software, and to permit third-parties to whom the Software is furnished to
00016  * do so, all subject to the following:
00017  *
00018  * The copyright notices in the Software and this entire statement, including
00019  * the above license grant, this restriction and the following disclaimer, must
00020  * be included in all copies of the Software, in whole or in part, and all
00021  * derivative works of the Software, unless such copies or derivative works are
00022  * solely in the form of machine-executable object code generated by a source
00023  * language processor.
00024  *
00025  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
00026  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
00027  * FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
00028  * SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
00029  * FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
00030  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
00031  * DEALINGS IN THE SOFTWARE.
00032  */
00033 
00034 #ifndef _STX_BTREE_MULTISET_
00035 #define _STX_BTREE_MULTISET_
00036 
00037 #include <stx/btree_multiset.h>
00038 
00039 #endif // _STX_BTREE_MULTISET_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines