OnixS CBOE CSM Handler for C++  1.2.8.0
Decimal Member List
This is the complete list of members for Decimal, including all inherited members.
Decimal(DecimalMantissa mantissa=0, DecimalExponent exponent=0)Decimal [explicit]
Decimal(Double value)Decimal [explicit]
Decimal(Double value, size_t precision)Decimal
Decimal(const Decimal &other)Decimal
exponent() const Decimal [inline]
exponent(DecimalExponent)Decimal [inline]
mantissa() const Decimal [inline]
mantissa(DecimalMantissa)Decimal [inline]
operator Double() const Decimal [inline]
operator Int32() const Decimal [inline]
operator Int64() const Decimal [inline]
operator UInt32() const Decimal [inline]
operator UInt64() const Decimal [inline]
operator!=(const Decimal &) const Decimal
operator=(const Decimal &other)Decimal
operator==(const Decimal &) const Decimal
parse(const char *buffer, size_t bufferSize)Decimal [static]
toNumber(Int32 &) const Decimal
toNumber(UInt32 &) const Decimal
toNumber(Int64 &) const Decimal
toNumber(UInt64 &) const Decimal
toNumber(Double &) const Decimal
toString(std::string &) const Decimal
toString() const Decimal [inline]
tryParse(const char *buffer, size_t bufferSize, Decimal &)Decimal [static]