, including all inherited members.
| Decimal() (defined in tntdb::Decimal) | tntdb::Decimal | |
| Decimal(long double value) (defined in tntdb::Decimal) | tntdb::Decimal | [inline, explicit] |
| Decimal(const std::string &value) (defined in tntdb::Decimal) | tntdb::Decimal | [explicit] |
| Decimal(long mantissa, short exponent) (defined in tntdb::Decimal) | tntdb::Decimal | [inline, explicit] |
| exponent() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| getDouble() const (defined in tntdb::Decimal) | tntdb::Decimal | |
| getInteger() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| infinity() (defined in tntdb::Decimal) | tntdb::Decimal | [inline, static] |
| isInfinity(bool positiveInfinity=true) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| isNaN() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| isNegativeInfinity() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| isPositiveInfinity() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| isZero() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| LongType typedef (defined in tntdb::Decimal) | tntdb::Decimal | |
| mantissa() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| nan() (defined in tntdb::Decimal) | tntdb::Decimal | [inline, static] |
| negative() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator!=(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator-() const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator<(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | |
| operator<=(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator==(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator>(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| operator>=(const Decimal &other) const (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| Parser (defined in tntdb::Decimal) | tntdb::Decimal | [friend] |
| setDouble(long double value) (defined in tntdb::Decimal) | tntdb::Decimal | |
| setInteger(short l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(int l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(long l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(long long l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(unsigned short l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(unsigned int l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(unsigned long l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| setInteger(unsigned long long l, short exponent=0) (defined in tntdb::Decimal) | tntdb::Decimal | [inline] |
| toString() const (defined in tntdb::Decimal) | tntdb::Decimal | |
| toStringFix() const (defined in tntdb::Decimal) | tntdb::Decimal | |
| toStringSci() const (defined in tntdb::Decimal) | tntdb::Decimal | |
| UnsignedLongType typedef (defined in tntdb::Decimal) | tntdb::Decimal | |