Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals

cbtypes.h File Reference

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

Included by dependency graph

Defines

#define cbFALSE   0
#define cbTRUE   (!cbFALSE)
#define cbNULL   NULL
#define cbPI   3.1415926535897932384626433832795
#define CHECK_BOOL(b)   ((b==cbFALSE)?cbFALSE:cbTRUE)
#define IS_NULL_PTR(p)   ((p==cbNULL )?cbTRUE:cbFALSE)
#define mCHECK_STRPTR_NoE(p)   (((p==NULL)||(p[0]==0))?cbTRUE:cbFALSE)
#define CBCCL_INTERN_INC
#define mcbMAX(a, b)   ((a>b)?a:b)
#define mcbMIN(a, b)   ((a<b)?a:b)
#define mcbABS(n)   abs(n);
#define cbERROR   1

Typedefs

typedef char cbsint8
typedef unsigned char cbuint8
typedef cbsint8 cbchr
typedef signed short cbsint16
typedef unsigned short cbuint16
typedef signed int cbsint32
typedef unsigned int cbuint32
typedef signed int cbsint
typedef unsigned int cbuint
typedef long long cbsint64
typedef unsigned long long cbuint64
typedef double cbreal64
typedef double cbreal
typedef unsigned int cbbool
typedef cbuint8 cbbool8
typedef cbuint16 cbbool16
typedef cbuint32 cbbool32
typedef void cbvoid
typedef const cbsint8 cbcsint8
typedef const cbuint8 cbcuint8
typedef const cbchr cbcchr
typedef const cbsint16 cbcsint16
typedef const cbuint16 cbcuint16
typedef const cbsint32 cbcsint32
typedef const cbuint32 cbcuint32
typedef const cbsint64 cbcsint64
typedef const cbuint64 cbcuint64
typedef const cbsint cbcsint
typedef const cbuint cbcuint
typedef const cbreal64 cbcreal64
typedef const cbreal cbcreal
typedef const cbbool8 cbcbool8
typedef const cbbool16 cbcbool16
typedef const cbbool32 cbcbool32

Define Documentation

#define CBCCL_INTERN_INC
 

#define cbERROR   1
 

#define cbFALSE   0
 

#define cbNULL   NULL
 

#define cbPI   3.1415926535897932384626433832795
 

#define cbTRUE   (!cbFALSE)
 

#define CHECK_BOOL  )     ((b==cbFALSE)?cbFALSE:cbTRUE)
 

#define IS_NULL_PTR  )     ((p==cbNULL )?cbTRUE:cbFALSE)
 

#define mcbABS  )     abs(n);
 

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

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

#define mCHECK_STRPTR_NoE  )     (((p==NULL)||(p[0]==0))?cbTRUE:cbFALSE)
 


Typedef Documentation

typedef unsigned int cbbool
 

typedef cbuint16 cbbool16
 

typedef cbuint32 cbbool32
 

typedef cbuint8 cbbool8
 

typedef const cbbool16 cbcbool16
 

typedef const cbbool cbcbool32
 

typedef const cbbool8 cbcbool8
 

typedef const cbchr cbcchr
 

typedef cbsint8 cbchr
 

typedef const cbreal cbcreal
 

typedef const cbreal64 cbcreal64
 

typedef const cbsint cbcsint
 

typedef const cbsint16 cbcsint16
 

typedef const cbsint32 cbcsint32
 

typedef const cbsint64 cbcsint64
 

typedef const cbsint8 cbcsint8
 

typedef const cbuint cbcuint
 

typedef const cbuint16 cbcuint16
 

typedef const cbuint32 cbcuint32
 

typedef const cbuint64 cbcuint64
 

typedef const cbuint8 cbcuint8
 

typedef double cbreal
 

typedef double cbreal64
 

typedef signed int cbsint
 

typedef signed short cbsint16
 

typedef signed int cbsint32
 

typedef long long cbsint64
 

typedef char cbsint8
 

typedef unsigned int cbuint
 

typedef unsigned short cbuint16
 

typedef unsigned int cbuint32
 

typedef unsigned long long cbuint64
 

typedef unsigned char cbuint8
 

typedef void cbvoid
 


Generated on Mon Mar 8 23:30:09 2004 for CBCCL by doxygen 1.3.4