standard.h File Reference

#include <unistd.h>
#include <typeinfo>
#include <signal.h>

Include dependency graph for standard.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __standard_h
#define MSGTIMEOUT   5000
#define GCC_VERSION   0
#define NONWIN32
#define NATIVESYSTEMNAME   "Unix"
#define COMPILERVERSION   GCC_VERSION
#define clPI   3.14159265358979323846264
#define clmax(a, b)   (((a) > (b)) ? (a) : (b))
#define clmin(a, b)   (((a) < (b)) ? (a) : (b))
#define clround(x)   (int) (((x) - floor(x)) >= 0.5 ? (floor(x) + 1) : (floor(x)))
#define clsqr(x)   ((x) * (x))
#define clsign(x)   (((x) < 0) ? (-1) : (1))
#define clabs(a)   ((a)<0?-(a):(a))
#define HAVE_TIMEZONE_VAR   1

Typedefs

typedef long long longlong
typedef long long __int64


Define Documentation

#define __standard_h

Definition at line 31 of file standard.h.

#define clabs (  )     ((a)<0?-(a):(a))

Definition at line 99 of file standard.h.

#define clmax ( a,
 )     (((a) > (b)) ? (a) : (b))

Definition at line 94 of file standard.h.

#define clmin ( a,
 )     (((a) < (b)) ? (a) : (b))

Definition at line 95 of file standard.h.

#define clPI   3.14159265358979323846264

Definition at line 93 of file standard.h.

#define clround (  )     (int) (((x) - floor(x)) >= 0.5 ? (floor(x) + 1) : (floor(x)))

Definition at line 96 of file standard.h.

#define clsign (  )     (((x) < 0) ? (-1) : (1))

Definition at line 98 of file standard.h.

#define clsqr (  )     ((x) * (x))

Definition at line 97 of file standard.h.

#define COMPILERVERSION   GCC_VERSION

Definition at line 80 of file standard.h.

#define GCC_VERSION   0

Definition at line 47 of file standard.h.

#define HAVE_TIMEZONE_VAR   1

Definition at line 167 of file standard.h.

#define MSGTIMEOUT   5000

Definition at line 35 of file standard.h.

#define NATIVESYSTEMNAME   "Unix"

Definition at line 78 of file standard.h.

#define NONWIN32

Definition at line 74 of file standard.h.


Typedef Documentation

typedef long long __int64

Definition at line 148 of file standard.h.

typedef long long longlong

Definition at line 134 of file standard.h.


Generated on Tue Jul 7 16:21:38 2009 for CoreLibrary by  doxygen 1.5.6