| Exponent typedef | FloatingPointDecimal< MantissaType, ExponentType > | |
| exponent() const noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| FloatingPointDecimal() noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| FloatingPointDecimal(Mantissa mantissa, Exponent exponent) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| FloatingPointDecimal(const FloatingPointDecimal &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| FloatingPointDecimal(const FloatingPointDecimal< OtherMantissa, OtherExponent > &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inlineexplicit |
| FloatingPointDecimal(const FixedPointDecimal< OtherMantissa, OtherExponent > &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inlineexplicit |
| Mantissa typedef | FloatingPointDecimal< MantissaType, ExponentType > | |
| mantissa() const noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| operator=(const FloatingPointDecimal &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| operator=(const FloatingPointDecimal< OtherMantissa, OtherExponent > &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| operator=(const FixedPointDecimal< OtherMantissa, OtherExponent > &other) noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| serialize(void *addr) const noexcept | FloatingPointDecimal< MantissaType, ExponentType > | inline |
| Size enum value | FloatingPointDecimal< MantissaType, ExponentType > | |
| toString() const | FloatingPointDecimal< MantissaType, ExponentType > | inline |