bes  Updated for version 3.20.13
internal::BigInteger Class Reference
Collaboration diagram for internal::BigInteger:
Collaboration graph

Public Types

typedef uint64_t Type
 

Public Member Functions

 BigInteger (const BigInteger &rhs)
 
 BigInteger (const char *decimals, size_t length)
 
 BigInteger (uint64_t u)
 
int Compare (const BigInteger &rhs) const
 
bool Difference (const BigInteger &rhs, BigInteger *out) const
 
size_t GetCount () const
 
Type GetDigit (size_t index) const
 
bool IsZero () const
 
BigInteger & MultiplyPow5 (unsigned exp)
 
BigInteger & operator*= (uint32_t u)
 
BigInteger & operator*= (uint64_t u)
 
BigInteger & operator+= (uint64_t u)
 
BigInteger & operator<<= (size_t shift)
 
BigInteger & operator= (const BigInteger &rhs)
 
BigInteger & operator= (uint64_t u)
 
bool operator== (const BigInteger &rhs) const
 
bool operator== (const Type rhs) const
 

Detailed Description

Definition at line 28 of file biginteger.h.


The documentation for this class was generated from the following file: