OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
Numeric.h File Reference

Go to the source code of this file.

Classes

class  Decimal
struct  Number
struct  DecimalComparator

Namespaces

namespace  OnixS
namespace  OnixS::CME
namespace  OnixS::CME::DropCopy
namespace  OnixS::CME::DropCopy::NumericDetails
namespace  OnixS::CME::DropCopy::GenericDecimal
namespace  OnixS::CME::DropCopy::FixedPointDecimal
namespace  std

Typedefs

typedef int Int32
typedef unsigned int UInt32
typedef long long Int64
typedef unsigned long long UInt64
typedef double Double
typedef Int64 DecimalMantissa
typedef Int32 DecimalExponent

Functions

OnixS::CME::DropCopy::Double fastPower10 (int power)
bool equal (const Decimal &lhs, const Decimal &rhs)
bool nonEqual (const Decimal &lhs, const Decimal &rhs)
bool less (const Decimal &lhs, const Decimal &rhs)
bool greater (const Decimal &lhs, const Decimal &rhs)
bool equal (const Decimal &lhs, const Decimal &rhs)
bool nonEqual (const Decimal &lhs, const Decimal &rhs)
bool less (const Decimal &lhs, const Decimal &rhs)
bool greater (const Decimal &lhs, const Decimal &rhs)
std::ostream & operator<< (std::ostream &, const OnixS::CME::DropCopy::Decimal &)

Variables

const DecimalComparator Comparator
const DecimalComparator Comparator