bes
Updated for version 3.20.6
|
Public Types | |
typedef uint64_t | Type |
typedef uint64_t | Type |
Public Member Functions | |
BigInteger (const BigInteger &rhs) | |
BigInteger (const BigInteger &rhs) | |
BigInteger (const char *decimals, size_t length) | |
BigInteger (const char *decimals, size_t length) | |
BigInteger (uint64_t u) | |
BigInteger (uint64_t u) | |
int | Compare (const BigInteger &rhs) const |
int | Compare (const BigInteger &rhs) const |
bool | Difference (const BigInteger &rhs, BigInteger *out) const |
bool | Difference (const BigInteger &rhs, BigInteger *out) const |
size_t | GetCount () const |
size_t | GetCount () const |
Type | GetDigit (size_t index) const |
Type | GetDigit (size_t index) const |
bool | IsZero () const |
bool | IsZero () const |
BigInteger & | MultiplyPow5 (unsigned exp) |
BigInteger & | MultiplyPow5 (unsigned exp) |
BigInteger & | operator*= (uint32_t u) |
BigInteger & | operator*= (uint32_t u) |
BigInteger & | operator*= (uint64_t u) |
BigInteger & | operator*= (uint64_t u) |
BigInteger & | operator+= (uint64_t u) |
BigInteger & | operator+= (uint64_t u) |
BigInteger & | operator<<= (size_t shift) |
BigInteger & | operator<<= (size_t shift) |
BigInteger & | operator= (const BigInteger &rhs) |
BigInteger & | operator= (const BigInteger &rhs) |
BigInteger & | operator= (uint64_t u) |
BigInteger & | operator= (uint64_t u) |
bool | operator== (const BigInteger &rhs) const |
bool | operator== (const BigInteger &rhs) const |
bool | operator== (const Type rhs) const |
bool | operator== (const Type rhs) const |
Definition at line 28 of file cmr_module/rapidjson/internal/biginteger.h.