00001 // Copyright (C) 2006-2010 David Sugar, Tycho Softworks. 00002 // 00003 // This file is part of GNU uCommon C++. 00004 // 00005 // GNU uCommon C++ is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU Lesser General Public License as published 00007 // by the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // GNU uCommon C++ is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU Lesser General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU Lesser General Public License 00016 // along with GNU uCommon C++. If not, see <http://www.gnu.org/licenses/>. 00017 00083 #ifndef _UCOMMON_UCOMMON_H_ 00084 #define _UCOMMON_UCOMMON_H_ 00085 #include <ucommon/platform.h> 00086 #include <ucommon/atomic.h> 00087 #include <ucommon/object.h> 00088 #include <ucommon/protocols.h> 00089 #include <ucommon/string.h> 00090 #include <ucommon/counter.h> 00091 #include <ucommon/numbers.h> 00092 #include <ucommon/vector.h> 00093 #include <ucommon/linked.h> 00094 #include <ucommon/timers.h> 00095 #include <ucommon/access.h> 00096 #include <ucommon/memory.h> 00097 #include <ucommon/mapped.h> 00098 #include <ucommon/unicode.h> 00099 #include <ucommon/datetime.h> 00100 #include <ucommon/keydata.h> 00101 #include <ucommon/bitmap.h> 00102 #include <ucommon/socket.h> 00103 #include <ucommon/thread.h> 00104 #include <ucommon/fsys.h> 00105 #include <ucommon/buffer.h> 00106 #include <ucommon/shell.h> 00107 #include <ucommon/xml.h> 00108 00109 #ifdef _UCOMMON_EXTENDED_ 00110 #include <ucommon/stream.h> 00111 #include <ucommon/persist.h> 00112 #endif 00113 00114 #endif