Lunchbox  1.6.0
lunchbox.h
00001 
00002 /* Copyright (c) 2010-2012, Stefan Eilemann <eile@eyescale.ch>
00003  *                    2012, Daniel Nachbaur <danielnachbaur@gmail.com>
00004  *
00005  * This library is free software; you can redistribute it and/or modify it under
00006  * the terms of the GNU Lesser General Public License version 2.1 as published
00007  * by the Free Software Foundation.
00008  *
00009  * This library is distributed in the hope that it will be useful, but WITHOUT
00010  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
00011  * FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
00012  * details.
00013  *
00014  * You should have received a copy of the GNU Lesser General Public License
00015  * along with this library; if not, write to the Free Software Foundation, Inc.,
00016  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
00017  */
00018 
00019 #ifndef LUNCHBOX_H
00020 #define LUNCHBOX_H
00021 
00022 
00036 #include <lunchbox/any.h>
00037 #include <lunchbox/api.h>
00038 #include <lunchbox/atomic.h>
00039 #include <lunchbox/buffer.h>
00040 #include <lunchbox/clock.h>
00041 #include <lunchbox/daemon.h>
00042 #include <lunchbox/debug.h>
00043 #include <lunchbox/file.h>
00044 #include <lunchbox/lfVector.h>
00045 #include <lunchbox/monitor.h>
00046 #include <lunchbox/perThread.h>
00047 #include <lunchbox/rng.h>
00048 #include <lunchbox/scopedMutex.h>
00049 #include <lunchbox/servus.h>
00050 #include <lunchbox/sleep.h>
00051 #include <lunchbox/spinLock.h>
00052 #include <lunchbox/version.h>
00053 
00054 #ifdef LB_SYSTEM_INCLUDES
00055 #  include <lunchbox/os.h>
00056 #endif
00057 
00058 #endif // LUNCHBOX_H