ledger-core
ledger::core::BigInt Member List

This is the complete list of members for ledger::core::BigInt, including all inherited members.

assignI64(int64_t value) (defined in ledger::core::BigInt)ledger::core::BigInt
assignScalar(T value) (defined in ledger::core::BigInt)ledger::core::BigIntinline
BigInt() (defined in ledger::core::BigInt)ledger::core::BigInt
BigInt(const BigInt &cpy) (defined in ledger::core::BigInt)ledger::core::BigInt
BigInt(BigInt &&mov) (defined in ledger::core::BigInt)ledger::core::BigInt
BigInt(const void *data, size_t length, bool negative)ledger::core::BigInt
BigInt(const std::vector< uint8_t > &data, bool negative) (defined in ledger::core::BigInt)ledger::core::BigInt
BigInt(int value)ledger::core::BigIntexplicit
BigInt(unsigned int value) (defined in ledger::core::BigInt)ledger::core::BigIntexplicit
BigInt(unsigned long long value) (defined in ledger::core::BigInt)ledger::core::BigIntexplicit
BigInt(int64_t value) (defined in ledger::core::BigInt)ledger::core::BigIntexplicit
BigInt(const std::string &str)ledger::core::BigInt
compare(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
DIGITSledger::core::BigIntstatic
DoubleInt typedef (defined in ledger::core::BigInt)ledger::core::BigInt
from_dec(const std::string &str)ledger::core::BigIntstatic
from_hex(const std::string &str)ledger::core::BigIntstatic
fromDecimal(const std::string &str)ledger::core::BigIntstatic
fromHex(const std::string &str)ledger::core::BigIntstatic
fromScalar(T value) (defined in ledger::core::BigInt)ledger::core::BigIntinlinestatic
fromString(const std::string &str) (defined in ledger::core::BigInt)ledger::core::BigIntstatic
getBitSize() const (defined in ledger::core::BigInt)ledger::core::BigInt
isNegative() const (defined in ledger::core::BigInt)ledger::core::BigInt
isPositive() const (defined in ledger::core::BigInt)ledger::core::BigInt
isZero() const (defined in ledger::core::BigInt)ledger::core::BigInt
MAX_RADIXledger::core::BigIntstatic
MIN_RADIXledger::core::BigIntstatic
negative() const (defined in ledger::core::BigInt)ledger::core::BigInt
ONE (defined in ledger::core::BigInt)ledger::core::BigIntstatic
operator%(const BigInt &rhs) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator*(const BigInt &rhs) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator+(const BigInt &rhs) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator++() (defined in ledger::core::BigInt)ledger::core::BigInt
operator++(int) (defined in ledger::core::BigInt)ledger::core::BigInt
operator-(const BigInt &rhs) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator--() (defined in ledger::core::BigInt)ledger::core::BigInt
operator--(int) (defined in ledger::core::BigInt)ledger::core::BigInt
operator/(const BigInt &rhs) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator<(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator<=(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator=(const BigInt &) (defined in ledger::core::BigInt)ledger::core::BigInt
operator=(BigInt &&a) (defined in ledger::core::BigInt)ledger::core::BigInt
operator==(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator>(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
operator>=(const BigInt &) const (defined in ledger::core::BigInt)ledger::core::BigInt
positive() const (defined in ledger::core::BigInt)ledger::core::BigInt
pow(unsigned short p) const (defined in ledger::core::BigInt)ledger::core::BigInt
SimpleInt typedef (defined in ledger::core::BigInt)ledger::core::BigInt
TEN (defined in ledger::core::BigInt)ledger::core::BigIntstatic
to_string() const (defined in ledger::core::BigInt)ledger::core::BigIntinline
toByteArray() constledger::core::BigInt
toHexString() constledger::core::BigInt
toInt() constledger::core::BigInt
toInt64() const (defined in ledger::core::BigInt)ledger::core::BigInt
toString() constledger::core::BigInt
toUint64() const (defined in ledger::core::BigInt)ledger::core::BigInt
toUnsignedInt() constledger::core::BigInt
ZERO (defined in ledger::core::BigInt)ledger::core::BigIntstatic
~BigInt() (defined in ledger::core::BigInt)ledger::core::BigIntvirtual