ql/qldefines.hpp File Reference
Detailed Description
Global definitions and compiler switches.
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <ql/config.bcc.hpp>
#include <cmath>
#include <boost/limits.hpp>
Include dependency graph for qldefines.hpp:
|
Defines |
#define | BOOST_ENABLE_ASSERT_HANDLER |
#define | QL_INTEGER int |
#define | QL_BIG_INTEGER long |
#define | QL_REAL double |
#define | QL_VERSION "0.3.11" |
| version string
|
#define | QL_HEX_VERSION 0x000311f0 |
| version hexadecimal number
|
#define | QL_LIB_VERSION "0_3_11" |
| version string for output lib name
|
#define | QL_DUMMY_RETURN(x) |
| Is a dummy return statement required?
|
#define | QL_IO_INIT |
| I/O initialization.
|
#define | QL_MIN_INTEGER ((std::numeric_limits<QL_INTEGER>::min)()) |
#define | QL_MAX_INTEGER ((std::numeric_limits<QL_INTEGER>::max)()) |
#define | QL_MIN_REAL -((std::numeric_limits<QL_REAL>::max)()) |
#define | QL_MAX_REAL ((std::numeric_limits<QL_REAL>::max)()) |
#define | QL_MIN_POSITIVE_REAL ((std::numeric_limits<QL_REAL>::min)()) |
#define | QL_EPSILON ((std::numeric_limits<QL_REAL>::epsilon)()) |
#define | QL_NULL_INTEGER ((std::numeric_limits<int>::max)()) |
#define | QL_NULL_REAL ((std::numeric_limits<float>::max)()) |
#define | QL_TYPENAME typename |
#define | QL_FULL_ITERATOR_SUPPORT |
|