|
ledger-core
|
This is the complete list of members for ledger::core::api::BigInt, including all inherited members.
| add(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| compare(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| divide(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| divideAndRemainder(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| fromDecimalString(const std::string &s, int32_t precision, const std::string &decimalSeparator) | ledger::core::api::BigInt | static |
| fromIntegerString(const std::string &s, int32_t radix) | ledger::core::api::BigInt | static |
| fromLong(int64_t l) | ledger::core::api::BigInt | static |
| intValue()=0 | ledger::core::api::BigInt | pure virtual |
| multiply(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| pow(int32_t exponent)=0 | ledger::core::api::BigInt | pure virtual |
| subtract(const std::shared_ptr< BigInt > &i)=0 | ledger::core::api::BigInt | pure virtual |
| toDecimalString(int32_t precision, const std::string &decimalSeparator, const std::string &thousandSeparator)=0 | ledger::core::api::BigInt | pure virtual |
| toString(int32_t radix)=0 | ledger::core::api::BigInt | pure virtual |
| ~BigInt() (defined in ledger::core::api::BigInt) | ledger::core::api::BigInt | inlinevirtual |
1.8.13