#include <OnixS/B3/MarketData/UMDF/messaging/Decimal.h>
Public Member Functions | |
| constexpr | NullableFixedPointDecimal () noexcept |
| constexpr | NullableFixedPointDecimal (MantissaType mantissa) noexcept |
| bool | isNull () const |
| Public Member Functions inherited from FixedPointDecimal< MantissaType, ExponentType > | |
| __attribute__ ((__warn_unused_result__)) std | |
| constexpr | FixedPointDecimal (Mantissa mantissa) noexcept |
| constexpr Mantissa | mantissa () const noexcept |
| constexpr Exponent | exponent () const noexcept |
| void | serialize (void *addr) const noexcept |
Static Public Member Functions | |
| static constexpr NullMantissaType | nullMantissa () noexcept |
| static constexpr NullableFixedPointDecimal | nullValue () noexcept |
Additional Inherited Members | |
| Public Types inherited from FixedPointDecimal< MantissaType, ExponentType > | |
| enum | |
| typedef MantissaType | Mantissa |
| typedef ExponentType | Exponent |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inline |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |