EPAM B2BITS C++ Bovespa MarketData handler
1.27.1
|
This is the complete list of members for B2bits::Decimal, including all inherited members.
changeExponent(i32 newExponent) const | B2bits::Decimal | |
Decimal() | B2bits::Decimal | inline |
Decimal(i64 m, i32 e) | B2bits::Decimal | inline |
Decimal(double v) noexcept | B2bits::Decimal | |
Decimal(i64 x) noexcept | B2bits::Decimal | |
equals(const Decimal &rv) const | B2bits::Decimal | |
exponent() const noexcept | B2bits::Decimal | inline |
fromDouble(double v, int precision) | B2bits::Decimal | static |
fromDouble(double v) | B2bits::Decimal | static |
fromFixString(AsciiString str) noexcept | B2bits::Decimal | inlinestatic |
fromString(AsciiString str) | B2bits::Decimal | static |
getExponent() const noexcept | B2bits::Decimal | inline |
getMantissa() const noexcept | B2bits::Decimal | inline |
mantissa() const noexcept | B2bits::Decimal | inline |
operator!=(Decimal const &val) const | B2bits::Decimal | inline |
operator*(Decimal const &val) const noexcept | B2bits::Decimal | inline |
operator*=(Decimal const &val) noexcept | B2bits::Decimal | inline |
operator+(Decimal const &val) const noexcept | B2bits::Decimal | inline |
operator++() noexcept | B2bits::Decimal | inline |
operator++(int) noexcept | B2bits::Decimal | inline |
operator+=(Decimal const &val) noexcept | B2bits::Decimal | inline |
operator-(Decimal const &val) const noexcept | B2bits::Decimal | inline |
operator--() noexcept | B2bits::Decimal | inline |
operator--(int) noexcept | B2bits::Decimal | inline |
operator-=(Decimal const &val) noexcept | B2bits::Decimal | inline |
operator<(Decimal const &val) const | B2bits::Decimal | inline |
operator<=(Decimal const &val) const | B2bits::Decimal | inline |
operator==(Decimal const &val) const | B2bits::Decimal | |
operator>(Decimal const &val) const | B2bits::Decimal | |
operator>=(Decimal const &val) const | B2bits::Decimal | inline |
toDouble() const | B2bits::Decimal | |
toFloat() const | B2bits::Decimal | |
toStdString() const | B2bits::Decimal | |
toString(char *buf) const | B2bits::Decimal | |
toString(char *buf, std::size_t size) const | B2bits::Decimal | |
ValueSize | B2bits::Decimal | static |