QuantLib macros


Detailed Description

Global definitions and a few macros which help porting the code to different compilers.


Modules

 Generic macros
 Math functions
 Numeric limits
 Time functions
 Character functions
 Min and max functions
 Template capabilities
 Iterator support
 Debugging macros

Defines

#define QL_VERSION   "0.3.9"
 version string
#define QL_HEX_VERSION   0x000309f0
 version hexadecimal number
#define QL_LIB_VERSION   "0_3_9"
 version string for output lib name
#define QL_ATOI   std::atoi
 conversion from string to int


Define Documentation

#define QL_ATOI   std::atoi
 

conversion from string to int

Deprecated:
use std::atoi instead


QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen