OnixS CME Drop Copy Handler C++ library 5.7.1
API documentation
Loading...
Searching...
No Matches
Decimal Member List

This is the complete list of members for Decimal, including all inherited members.

Decimal(DecimalMantissa mantissa=0, DecimalExponent exponent=0)Decimalinline
Decimal(Double value, size_t precision)Decimal
Decimal(const Decimal &other)Decimalinline
exponent() constDecimalinline
exponent(DecimalExponent)Decimalinline
fromDoubleUnchecked(Double value, size_t precision)Decimalinlinestatic
mantissa() constDecimalinline
mantissa(DecimalMantissa)Decimalinline
operator Double() constDecimalinline
operator Int32() constDecimalinline
operator Int64() constDecimalinline
operator UInt32() constDecimalinline
operator UInt64() constDecimalinline
operator!=(const Decimal &) constDecimal
operator<(const Decimal &) constDecimal
operator=(const Decimal &other)Decimalinline
operator==(const Decimal &) constDecimal
operator>(const Decimal &) constDecimal
parse(const char *buffer, size_t bufferSize)Decimalstatic
toDoubleUnchecked() constDecimalinline
toNumber(Int32 &) constDecimal
toNumber(UInt32 &) constDecimal
toNumber(Int64 &) constDecimal
toNumber(UInt64 &) constDecimal
toNumber(Double &) constDecimal
toString(std::string &) constDecimal
toString() constDecimalinline
tryParse(const char *buffer, size_t bufferSize, Decimal &)Decimalstatic