Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

NativeTypes.h

Go to the documentation of this file.
00001 #ifndef Impala_Basis_NativeTypes_h
00002 #define Impala_Basis_NativeTypes_h
00003 
00004 namespace Impala
00005 {
00006 
00007 
00008 typedef unsigned char      UInt8;
00009 typedef unsigned short     UInt16;
00010 typedef unsigned int       UInt32;
00011 typedef unsigned long long UInt64;
00012 
00013 typedef char               Int8;
00014 typedef short              Int16;
00015 typedef int                Int32;
00016 typedef long long          Int64;
00017 
00018 typedef float              Real32;
00019 typedef double             Real64;
00020 
00021 } // namespace Impala
00022 
00023 #endif

Generated on Fri Mar 19 09:30:42 2010 for ImpalaSrc by  doxygen 1.5.1