![]() SourcePro 11.1 |
SourcePro® C++ API Reference Guide |
SourcePro C++ Documentation Home |
| abs(const RWFixedDecimal< M > &x) | RWFixedDecimal< M > | [related] |
| RWDecimal::abs(const RWDecimal< M > &d) | RWDecimal< M > | [related] |
| add enum value | RWDecimalBase | [private] |
| assign enum value | RWDecimalBase | [private] |
| BANKERS enum value | RWDecimalBase | [private] |
| conversion enum value | RWDecimalBase | [private] |
| decimalPlaces() const | RWFixedDecimal< M > | [inline] |
| div enum value | RWDecimalBase | [private] |
| DOWN enum value | RWDecimalBase | [private] |
| from(double x) | RWFixedDecimal< M > | [inline, static] |
| from(long double x) | RWFixedDecimal< M > | [inline, static] |
| isNumber() const | RWFixedDecimal< M > | [inline] |
| maxDigits() | RWFixedDecimal< M > | [inline, static] |
| maxValue() | RWFixedDecimal< M > | [inline, static] |
| minValue() | RWFixedDecimal< M > | [inline, static] |
| missing | RWFixedDecimal< M > | [static] |
| mult enum value | RWDecimalBase | [private] |
| NaN | RWFixedDecimal< M > | [static] |
| null | RWFixedDecimal< M > | [static] |
| Op enum name | RWDecimalBase | [private] |
| operator RWDecimalPortable() const | RWFixedDecimal< M > | [inline] |
| operator!=(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator!=(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator*(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator*(const RWFixedDecimal< M > &a, const RWDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator*(const RWDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator*(const RWFixedDecimal< M > &a, double b) | RWFixedDecimal< M > | [related] |
| operator*(double a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator*(const RWFixedDecimal< M > &a, int b) | RWFixedDecimal< M > | [related] |
| operator*(const RWFixedDecimal< M > &a, long b) | RWFixedDecimal< M > | [related] |
| operator*(int a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator*(long a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator*(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator*=(const RWFixedDecimal< M > &a) | RWFixedDecimal< M > | [inline] |
| RWDecimal::operator*=(const RWDecimal< M > &a) | RWDecimal< M > | [inline, private] |
| operator+() const | RWFixedDecimal< M > | [inline] |
| operator+(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator+(const RWFixedDecimal< M > &a, const RWDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator+(const RWDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator+(const RWFixedDecimal< M > &a, int b) | RWFixedDecimal< M > | [related] |
| operator+(const RWFixedDecimal< M > &a, long b) | RWFixedDecimal< M > | [related] |
| operator+(int a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator+(long a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator+(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator+=(const RWFixedDecimal< M > &a) | RWFixedDecimal< M > | [inline] |
| RWDecimal::operator+=(const RWDecimal< M > &a) | RWDecimal< M > | [inline, private] |
| operator-() const | RWFixedDecimal< M > | [inline] |
| operator-(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator-(const RWFixedDecimal< M > &a, const RWDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator-(const RWDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator-(const RWFixedDecimal< M > &a, int b) | RWFixedDecimal< M > | [related] |
| operator-(const RWFixedDecimal< M > &a, long b) | RWFixedDecimal< M > | [related] |
| operator-(int a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator-(long a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator-(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator-=(const RWFixedDecimal< M > &a) | RWFixedDecimal< M > | [inline] |
| RWDecimal::operator-=(const RWDecimal< M > &a) | RWDecimal< M > | [inline, private] |
| operator/(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, const RWDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, double b) | RWFixedDecimal< M > | [related] |
| operator/(double a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, int b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, long b) | RWFixedDecimal< M > | [related] |
| operator/(int a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(long a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, const char *b) | RWFixedDecimal< M > | [related] |
| operator/(const char *a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWFixedDecimal< M > &a, const RWDecimalPortable &b) | RWFixedDecimal< M > | [related] |
| operator/(const RWDecimalPortable &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator/(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator/=(const RWFixedDecimal< M > &a) | RWFixedDecimal< M > | [inline] |
| RWDecimal::operator/=(const RWDecimal< M > &a) | RWDecimal< M > | [inline, private] |
| operator<(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator<(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator<<(std::ostream &strm, const RWFixedDecimal< M > &x) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator<<(RWvostream &strm, const RWDecimal< M > &n) | RWDecimal< M > | [related] |
| operator<=(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator<=(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator=(const RWFixedDecimal< M > &x) | RWFixedDecimal< M > | |
| RWDecimal::operator=(const RWDecimal< M > &a) | RWDecimal< M > | [inline, private] |
| operator==(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator==(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator>(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator>(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator>=(const RWFixedDecimal< M > &a, const RWFixedDecimal< M > &b) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator>=(const RWDecimal< M > &a, const RWDecimal< M > &b) | RWDecimal< M > | [related] |
| operator>>(std::istream &strm, RWFixedDecimal< M > &x) | RWFixedDecimal< M > | [related] |
| RWDecimal::operator>>(std::istream &strm, RWDecimal< M > &d) | RWDecimal< M > | [related] |
| PLAIN enum value | RWDecimalBase | [private] |
| pow(const RWFixedDecimal< M > &x, int e) | RWFixedDecimal< M > | [inline, static] |
| RWDecimal::pow(const RWDecimal< M > &d, int e) | RWDecimal< M > | [related] |
| pow10op enum value | RWDecimalBase | [private] |
| powop enum value | RWDecimalBase | [private] |
| restoreFrom(RWvistream &s) | RWFixedDecimal< M > | [inline] |
| restoreFrom(RWFile &f) | RWFixedDecimal< M > | [inline] |
| round(const RWFixedDecimal< M > &x, int n, RWDecimalBase::RoundingMethod rm) | RWFixedDecimal< M > | [inline, static] |
| RWDecimal::round(const RWDecimal< M > &d, int digits, RWDecimalBase::RoundingMethod m) | RWDecimal< M > | [related] |
| RoundingMethod enum name | RWDecimalBase | [private] |
| RWDecimal() | RWDecimal< M > | [inline, private] |
| RWDecimal(const RWDecimal< M > &d) | RWDecimal< M > | [inline, private] |
| RWDecimal(const RWDecimalPortable &) | RWDecimal< M > | [private] |
| RWDecimal(int i) | RWDecimal< M > | [inline, private] |
| RWDecimal(long int i) | RWDecimal< M > | [inline, private] |
| RWDecimal(int m, int e) | RWDecimal< M > | [inline, private] |
| RWDecimal(long int m, int e) | RWDecimal< M > | [inline, private] |
| RWDecimal(const char *str) | RWDecimal< M > | [private] |
| RWFixedDecimal() | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(const RWFixedDecimal< M > &d) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(const RWDecimal< M > &d) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(int i) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(long int i) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(int x, int e) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(long int x, int e) | RWFixedDecimal< M > | [inline] |
| RWFixedDecimal(const char *s) | RWFixedDecimal< M > | [inline] |
| saveOn(RWvostream &s) const | RWFixedDecimal< M > | [inline] |
| saveOn(RWFile &f) const | RWFixedDecimal< M > | [inline] |
| setInexactHandler(void(*eh)(const RWDecimalInexactErr< M > &)) | RWFixedDecimal< M > | [inline, static] |
| setOverflowHandler(void(*eh)(const RWDecimalOverflowErr< M > &)) | RWFixedDecimal< M > | [inline, static] |
| sub enum value | RWDecimalBase | [private] |
| toDouble(const RWFixedDecimal< M > &d) | RWFixedDecimal< M > | [related] |
| RWDecimal::toDouble(const RWDecimal< M > &d) | RWDecimal< M > | [related] |
| toInt(const RWFixedDecimal< M > &d) | RWFixedDecimal< M > | [related] |
| toInt(const RWFixedDecimal< M > &d, RWDecimalBase::RoundingMethod m) | RWFixedDecimal< M > | [related] |
| RWDecimal::toInt(const RWDecimal< M > &d, RWDecimalBase::RoundingMethod m) | RWDecimal< M > | [related] |
| toString(const RWFixedDecimal< M > &d) | RWFixedDecimal< M > | [related] |
| RWDecimal::toString(const RWDecimal< M > &d) | RWDecimal< M > | [related] |
| TRUNCATE enum value | RWDecimalBase | [private] |
| UP enum value | RWDecimalBase | [private] |
© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.