/home/coin/SVN-release/CoinAll-1.1.0/CoinUtils/src/CoinTypes.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2004, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 
00004 #ifndef _CoinTypes_hpp
00005 #define _CoinTypes_hpp
00006 
00007 #include "CoinUtilsConfig.h"
00008 
00009 #ifdef HAVE_CINTTYPES
00010 # include <cinttypes>
00011 #else
00012 # ifdef HAVE_INTTYPES_H
00013 #  include <inttypes.h>
00014 # endif
00015 #endif
00016 
00017 #define CoinInt64 COIN_INT64_T
00018 #define CoinUInt64 COIN_UINT64_T
00019 #define CoinIntPtr COIN_INTPTR_T
00020 
00021 #endif

Generated on Sun Nov 14 14:06:32 2010 for Coin-All by  doxygen 1.4.7