BOOST_ENABLE_ASSERT_HANDLER (3) - Linux Manuals
BOOST_ENABLE_ASSERT_HANDLER: Global definitions and compiler switches.
NAME
ql/qldefines.hpp - Global definitions and compiler switches.
SYNOPSIS
#include <boost/config.hpp>
#include <boost/version.hpp>
#include <ql/config.ansi.hpp>
#include <cmath>
#include <boost/limits.hpp>
Defines
#define BOOST_ENABLE_ASSERT_HANDLER
#define QL_INTEGER int
#define QL_BIG_INTEGER long
#define QL_REAL double
#define QL_VERSION '0.9.7'
version string
#define QL_HEX_VERSION 0x000907f0
version hexadecimal number
#define QL_LIB_VERSION '0_9_7'
version string for output lib name
#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)())
Detailed Description
Global definitions and compiler switches.
Author
Generated automatically by Doxygen for QuantLib from the source code.