|
BDE 4.14.0 Production release
|
This is the complete list of members for bdljsn::NumberUtil, including all inherited members.
| areEqual(const bsl::string_view &lhs, const bsl::string_view &rhs) | bdljsn::NumberUtil | static |
| asDecimal64(const bsl::string_view &value) | bdljsn::NumberUtil | static |
| asDecimal64Exact(bdldfp::Decimal64 *result, const bsl::string_view &value) | bdljsn::NumberUtil | static |
| asDouble(const bsl::string_view &value) | bdljsn::NumberUtil | inlinestatic |
| asFloat(const bsl::string_view &value) | bdljsn::NumberUtil | inlinestatic |
| asInt(int *result, const bsl::string_view &value) | bdljsn::NumberUtil | inlinestatic |
| asInt64(Int64 *result, const bsl::string_view &value) | bdljsn::NumberUtil | inlinestatic |
| asInteger(t_INTEGER_TYPE *result, const bsl::string_view &value) | bdljsn::NumberUtil | static |
| asUint(unsigned int *result, const bsl::string_view &value) | bdljsn::NumberUtil | inlinestatic |
| asUint64(Uint64 *result, const bsl::string_view &value) | bdljsn::NumberUtil | static |
| Int64 typedef | bdljsn::NumberUtil | |
| isIntegralNumber(const bsl::string_view &value) | bdljsn::NumberUtil | static |
| isValidNumber(const bsl::string_view &value) | bdljsn::NumberUtil | static |
| k_INEXACT enum value | bdljsn::NumberUtil | |
| k_NOT_INTEGRAL enum value | bdljsn::NumberUtil | |
| k_OVERFLOW enum value | bdljsn::NumberUtil | |
| k_UNDERFLOW enum value | bdljsn::NumberUtil | |
| stringify(bsl::string *result, Int64 value) | bdljsn::NumberUtil | static |
| stringify(bsl::string *result, Uint64 value) | bdljsn::NumberUtil | static |
| stringify(bsl::string *result, double value) | bdljsn::NumberUtil | static |
| stringify(bsl::string *result, const bdldfp::Decimal64 &value) | bdljsn::NumberUtil | static |
| Uint64 typedef | bdljsn::NumberUtil |