Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Classes | Defines | Typedefs | Variables

Kernel.h File Reference

Go to the source code of this file.

Classes

struct  __longlong

Defines

#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}

Define 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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:54:20 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004