Wire Sysio Wire Sysion 1.0.0
|
#include <biginteger.h>
Public Types | |
typedef uint64_t | Type |
Public Member Functions | |
BigInteger (const BigInteger &rhs) | |
BigInteger (uint64_t u) | |
BigInteger (const char *decimals, size_t length) | |
BigInteger & | operator= (const BigInteger &rhs) |
BigInteger & | operator= (uint64_t u) |
BigInteger & | operator+= (uint64_t u) |
BigInteger & | operator*= (uint64_t u) |
BigInteger & | operator*= (uint32_t u) |
BigInteger & | operator<<= (size_t shift) |
bool | operator== (const BigInteger &rhs) const |
bool | operator== (const Type rhs) const |
BigInteger & | MultiplyPow5 (unsigned exp) |
bool | Difference (const BigInteger &rhs, BigInteger *out) const |
int | Compare (const BigInteger &rhs) const |
size_t | GetCount () const |
Type | GetDigit (size_t index) const |
bool | IsZero () const |
Definition at line 28 of file biginteger.h.
Definition at line 30 of file biginteger.h.
|
inline |
Definition at line 32 of file biginteger.h.
|
inlineexplicit |
Definition at line 36 of file biginteger.h.
|
inline |
Definition at line 40 of file biginteger.h.
|
inline |
Definition at line 208 of file biginteger.h.
|
inline |
Definition at line 186 of file biginteger.h.
|
inline |
Definition at line 219 of file biginteger.h.
|
inline |
Definition at line 220 of file biginteger.h.
|
inline |
Definition at line 221 of file biginteger.h.
|
inline |
Definition at line 162 of file biginteger.h.
|
inline |
Definition at line 105 of file biginteger.h.
|
inline |
Definition at line 87 of file biginteger.h.
|
inline |
Definition at line 70 of file biginteger.h.
|
inline |
Definition at line 128 of file biginteger.h.
|
inline |
Definition at line 55 of file biginteger.h.
|
inline |
Definition at line 64 of file biginteger.h.
|
inline |
Definition at line 154 of file biginteger.h.
|
inline |
Definition at line 158 of file biginteger.h.