00001 #ifndef GLIM_HPP_ 00002 #define GLIM_HPP_ 00003 00004 /** 00005 * @mainpage libglim 00006 * 00007 * @section about_sec About 00008 * 00009 * This library is header-only.\n 00010 * Currently, SCons is used to configure and test it, 00011 * but you can just place the *.hpp files under /usr/local/include/glim/. 00012 * 00013 * @section download_sec Download 00014 * 00015 * You can fetch the latest version with:\n 00016 * @code darcs get http://glim.ru/open/libglim @endcode 00017 * There is also the http://glim.ru/open/glim.tgz 00018 * 00019 * @section license_sec License 00020 * @code 00021 Copyright 2006 Kozarezov Artem Aleksandrovich <artem@bizlink.ru> 00022 00023 Licensed under the Apache License, Version 2.0 (the "License"); 00024 you may not use this file except in compliance with the License. 00025 You may obtain a copy of the License at 00026 00027 http://www.apache.org/licenses/LICENSE-2.0 00028 00029 Unless required by applicable law or agreed to in writing, software 00030 distributed under the License is distributed on an "AS IS" BASIS, 00031 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00032 See the License for the specific language governing permissions and 00033 limitations under the License. 00034 * @endcode 00035 */ 00036 00037 #include "costrlen.hpp" 00038 #include "sqlite.hpp" 00039 #include "bufstr_t.hpp" 00040 00041 #endif // GLIM_HPP_
1.4.6