|
IN2OSM
1.0.1
|
This is the complete list of members for BigInteger, including all inherited members.
| AppendDecimal64(const char *begin, const char *end) | BigInteger | inlineprivate |
| BigInteger(const BigInteger &rhs) | BigInteger | inline |
| BigInteger(uint64_t u) | BigInteger | inlineexplicit |
| BigInteger(const char *decimals, size_t length) | BigInteger | inline |
| Compare(const BigInteger &rhs) const | BigInteger | inline |
| count_ | BigInteger | private |
| Difference(const BigInteger &rhs, BigInteger *out) const | BigInteger | inline |
| digits_ | BigInteger | private |
| GetCount() const | BigInteger | inline |
| GetDigit(size_t index) const | BigInteger | inline |
| IsZero() const | BigInteger | inline |
| kBitCount | BigInteger | privatestatic |
| kCapacity | BigInteger | privatestatic |
| kTypeBit | BigInteger | privatestatic |
| MulAdd64(uint64_t a, uint64_t b, uint64_t k, uint64_t *outHigh) | BigInteger | inlineprivatestatic |
| MultiplyPow5(unsigned exp) | BigInteger | inline |
| operator*=(uint64_t u) | BigInteger | inline |
| operator*=(uint32_t u) | BigInteger | inline |
| operator+=(uint64_t u) | BigInteger | inline |
| operator<<=(size_t shift) | BigInteger | inline |
| operator=(const BigInteger &rhs) | BigInteger | inline |
| operator=(uint64_t u) | BigInteger | inline |
| operator==(const BigInteger &rhs) const | BigInteger | inline |
| operator==(const Type rhs) const | BigInteger | inline |
| ParseUint64(const char *begin, const char *end) | BigInteger | inlineprivatestatic |
| PushBack(Type digit) | BigInteger | inlineprivate |
| Type typedef | BigInteger |