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