Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Typedefs | Variables
Kernel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __longlong
 

Macros

#define GAUDI_IMPORT
 
#define GAUDI_EXPORT
 
#define GAUDI_LOCAL
 
#define GAUDI_API   GAUDI_IMPORT
 
#define LIKELY(x)   x
 
#define UNLIKELY(x)   x
 

Typedefs

typedef __longlong longlong
 
typedef __longlong ulonglong
 

Variables

static const __longlong LONGLONG_MAX = {0x7FFFFFFF, 0xFFFFFFFF}
 
static const __longlong LONGLONG_MIN = {0x80000000, 0x00000000}
 
static const __ulonglong ULONGLONG_MAX = {0xFFFFFFFF, 0xFFFFFFFF}
 
static const __ulonglong ULONGLONG_MIN = {0x00000000, 0x00000000}
 

Macro Definition Documentation

#define GAUDI_API   GAUDI_IMPORT

Definition at line 108 of file Kernel.h.

#define GAUDI_EXPORT

Definition at line 99 of file Kernel.h.

#define GAUDI_IMPORT

Definition at line 98 of file Kernel.h.

#define GAUDI_LOCAL

Definition at line 100 of file Kernel.h.

#define LIKELY (   x)    x

Definition at line 126 of file Kernel.h.

#define UNLIKELY (   x)    x

Definition at line 127 of file Kernel.h.

Typedef Documentation

Definition at line 58 of file Kernel.h.

Definition at line 59 of file Kernel.h.

Variable Documentation

const __longlong LONGLONG_MAX = {0x7FFFFFFF, 0xFFFFFFFF}
static

Definition at line 60 of file Kernel.h.

const __longlong LONGLONG_MIN = {0x80000000, 0x00000000}
static

Definition at line 61 of file Kernel.h.

const __ulonglong ULONGLONG_MAX = {0xFFFFFFFF, 0xFFFFFFFF}
static

Definition at line 62 of file Kernel.h.

const __ulonglong ULONGLONG_MIN = {0x00000000, 0x00000000}
static

Definition at line 63 of file Kernel.h.


Generated at Wed Jan 30 2013 17:13:43 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004