00001 // $Id: btree_doxygen.h 38 2007-04-27 12:49:17Z tb $ 00007 /* 00008 * STX B+ Tree Template Classes v0.7 00009 * Copyright (C) 2007 Timo Bingmann 00010 * 00011 * This library is free software; you can redistribute it and/or modify it 00012 * under the terms of the GNU Lesser General Public License as published by the 00013 * Free Software Foundation; either version 2.1 of the License, or (at your 00014 * option) any later version. 00015 * 00016 * This library is distributed in the hope that it will be useful, but WITHOUT 00017 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00018 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License 00019 * for more details. 00020 * 00021 * You should have received a copy of the GNU Lesser General Public License 00022 * along with this library; if not, write to the Free Software Foundation, 00023 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00024 */ 00025