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 |