delphi_cb
 All Classes Namespaces Files Functions Variables Macros
environment.h File Reference

pre-processor marco's used for compiling the code More...

Go to the source code of this file.

Namespaces

 delphi
 

Macros

#define MX
 
#define VERBOSE
 
#define DEVELOPER
 

Typedefs

typedef int delphi::delphi_integer
 
typedef double delphi::delphi_real
 

Detailed Description

pre-processor marco's used for compiling the code

Author
Chuan Li, chuan.nosp@m.li@c.nosp@m.lemso.nosp@m.n.ed.nosp@m.u

Macro Definition Documentation

#define DEVELOPER

flag to control the precision of output numbers

#define MX

preprocessor marco to choose data types for delphi_real and delphi_integer numbers

  • MX – double & int [mixed double/single precision, mostly used]
  • SP – float & int [single precision]
  • DP – double & long int [double precision]
  • LD – long double & long int [extreme case,rarely used]
#define VERBOSE

flag for additional outputs at run time