atomic_int.h
Go to the documentation of this file.
00001 #ifndef _ATOMIC_INT_H
00002 #define _ATOMIC_INT_H
00003 
00004 #ifdef QT_CORE_LIB
00005   #include <QAtomicInt>
00006   namespace mt{
00007         typedef QAtomicInt atomicInt;
00008   }
00009 
00010 #elif defined(__APPLE__)
00011 #  include "atomic_int_apple.h"
00012 
00013 
00014 //generic implementation using mutexes
00015 #else
00016 #  include "atomic_int_generic.h"
00017 #endif
00018 
00019 /*
00020 #elif defined(_WIN32)
00021 #  include "atomic_int_win32.h"
00022 #endif
00023 
00024 #elif defined(__linux__)
00025 #  include "atomic_int_linux.h"
00026 #endif
00027 */
00028 /*
00029 __linux__
00030 __unix__
00031 __posix__
00032 */
00033 
00034 #endif // _ATOMIC_INT_H
00035 


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:29:00