BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
fc::bigint Member List

This is the complete list of members for fc::bigint, including all inherited members.

bigint(const std::vector< char > &bige)fc::bigint
bigint(const char *bige, uint32_t l)fc::bigint
bigint(uint64_t value)fc::bigint
bigint()fc::bigint
bigint(const bigint &c)fc::bigint
bigint(bigint &&c)fc::bigint
bigint(BIGNUM *n)fc::bigintexplicit
dup() constfc::bigint
exp(const bigint &c) constfc::bigint
get() constfc::bigintinline
is_negative() constfc::bigint
log2() constfc::bigint
operator bool() constfc::bigintexplicit
operator std::string() constfc::bigint
operator std::vector< char >() constfc::bigint
operator!=(const bigint &c) constfc::bigint
operator%(const bigint &a) constfc::bigint
operator*(const bigint &a) constfc::bigint
operator*=(const bigint &a)fc::bigint
operator+(const bigint &a) constfc::bigint
operator++(int)fc::bigint
operator++()fc::bigint
operator+=(const bigint &a)fc::bigint
operator-(const bigint &a) constfc::bigint
operator--(int)fc::bigint
operator--()fc::bigint
operator-=(const bigint &a)fc::bigint
operator/(const bigint &a) constfc::bigint
operator/=(const bigint &a)fc::bigint
operator<(const bigint &c) constfc::bigint
operator<<=(uint32_t i)fc::bigint
operator=(const bigint &a)fc::bigint
operator=(bigint &&a)fc::bigint
operator==(const bigint &c) constfc::bigint
operator>(const bigint &c) constfc::bigint
operator>=(const bigint &c) constfc::bigint
operator>>=(uint32_t i)fc::bigint
random(uint32_t bits, int t, int)fc::bigintstatic
to_int64() constfc::bigint
~bigint()fc::bigint