Definition at line 28 of file biginteger.h.
◆ Type
typedef uint64_t internal::BigInteger::Type |
◆ BigInteger() [1/3]
internal::BigInteger::BigInteger |
( |
const BigInteger & | rhs | ) |
|
|
inline |
◆ BigInteger() [2/3]
internal::BigInteger::BigInteger |
( |
uint64_t | u | ) |
|
|
inlineexplicit |
◆ BigInteger() [3/3]
internal::BigInteger::BigInteger |
( |
const char * | decimals, |
|
|
size_t | length ) |
|
inline |
◆ Compare()
int internal::BigInteger::Compare |
( |
const BigInteger & | rhs | ) |
const |
|
inline |
◆ Difference()
◆ GetCount()
size_t internal::BigInteger::GetCount |
( |
| ) |
const |
|
inline |
◆ GetDigit()
Type internal::BigInteger::GetDigit |
( |
size_t | index | ) |
const |
|
inline |
◆ IsZero()
bool internal::BigInteger::IsZero |
( |
| ) |
const |
|
inline |
◆ MultiplyPow5()
BigInteger & internal::BigInteger::MultiplyPow5 |
( |
unsigned | exp | ) |
|
|
inline |
◆ operator*=() [1/2]
BigInteger & internal::BigInteger::operator*= |
( |
uint32_t | u | ) |
|
|
inline |
◆ operator*=() [2/2]
BigInteger & internal::BigInteger::operator*= |
( |
uint64_t | u | ) |
|
|
inline |
◆ operator+=()
BigInteger & internal::BigInteger::operator+= |
( |
uint64_t | u | ) |
|
|
inline |
◆ operator<<=()
◆ operator=() [1/2]
◆ operator=() [2/2]
BigInteger & internal::BigInteger::operator= |
( |
uint64_t | u | ) |
|
|
inline |
◆ operator==() [1/2]
◆ operator==() [2/2]
bool internal::BigInteger::operator== |
( |
const Type | rhs | ) |
const |
|
inline |
The documentation for this class was generated from the following file: