Defines | Variables

lib/base/base.h File Reference

Includes key system header files and defines essential base macros. More...

#include <eq/base/defines.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <stdint.h>
#include <sys/param.h>
#include <eq/base/types.h>
#include <eq/base/compiler.h>
Include dependency graph for lib/base/base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EQ_DLLEXPORT
#define EQ_DLLIMPORT
#define EQBASE_API   EQ_DLLIMPORT
#define EQSERVER_EXPORT   EQ_DLLIMPORT
#define EQ_MAX(a, b)   ((a)>(b)?(a):(b))
 returns the maximum of two values
#define EQ_MIN(a, b)   ((a)<(b)?(a):(b))
 returns the minimum of two values
#define EQ_UNDEFINED_UINT32   (0xffffffffu)
 A 'NULL' value for an uint32, typically used for identifiers and versions.
#define EQ_TIMEOUT_INDEFINITE   0
 Constant defining 'wait forever' in methods with wait parameters.
#define VMMLIB_CUSTOM_CONFIG
#define VMMLIB_SAFE_ACCESSORS
#define VMMLIB_ALIGN(var)   var

Variables

char ** environ

Detailed Description

Includes key system header files and defines essential base macros.

Definition in file lib/base/base.h.


Define Documentation

#define EQ_TIMEOUT_INDEFINITE   0

Constant defining 'wait forever' in methods with wait parameters.

Definition at line 115 of file lib/base/base.h.

#define EQ_UNDEFINED_UINT32   (0xffffffffu)

A 'NULL' value for an uint32, typically used for identifiers and versions.

Definition at line 110 of file lib/base/base.h.

Referenced by eq::CUDAContext::configInit(), eq::AGLPipe::configInit(), and eq::WGLPipe::createWGLDisplayDC().

Generated on Wed Dec 1 2010 15:34:24 for EqualizerInternal 1.0-alpha by  1.7.2