OnixS C++ Tullett Prebon SURF Handler 1.6.1
API documentation
Loading...
Searching...
No Matches
Decimal Member List

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

Decimal()Decimal
Decimal(signed char)Decimal
Decimal(unsigned char)Decimal
Decimal(signed short)Decimal
Decimal(unsigned short)Decimal
Decimal(signed int)Decimal
Decimal(unsigned int)Decimal
Decimal(signed long long)Decimal
Decimal(unsigned long long)Decimal
Decimal(float value, size_t precision)Decimal
Decimal(signed long long mantissa, signed int exponent)Decimal
Decimal(signed char sign, unsigned long long mantissaHigh, unsigned long long mantissaLow, signed int exponent)Decimal
Decimal(const std::string &)Decimal
Decimal(const char *buffer, size_t bufferSize)Decimal
Decimal(const Decimal &other)Decimal
exponent() constDecimal
exponent(signed int)Decimal
mantissa() constDecimal
mantissa(signed long long)Decimal
operator double() constDecimal
operator signed int() constDecimal
operator signed long long() constDecimal
operator unsigned int() constDecimal
operator unsigned long long() constDecimal
operator!=(const Decimal &other) constDecimal
operator*=(const Decimal &other)Decimal
operator+=(const Decimal &other)Decimal
operator-=(const Decimal &other)Decimal
operator/=(const Decimal &other)Decimal
operator=(const Decimal &other)Decimal
operator==(const Decimal &other) constDecimal
toNumber(signed char &converted) constDecimal
toNumber(unsigned char &converted) constDecimal
toNumber(signed short &converted) constDecimal
toNumber(unsigned short &converted) constDecimal
toNumber(signed int &converted) constDecimal
toNumber(unsigned int &converted) constDecimal
toNumber(signed long long &converted) constDecimal
toNumber(unsigned long long &converted) constDecimal
toNumber(float &converted) constDecimal
toNumber(double &converted) constDecimal
toString() constDecimal