![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
This is the complete list of members for Gray::cUInt64, including all inherited members.
cUInt64() | Gray::cUInt64 | inline |
cUInt64(UNIT_t n) | Gray::cUInt64 | inline |
cUInt64(const char *pszVal, RADIX_t n=10) | Gray::cUInt64 | inline |
cUInt64Tests class | Gray::cUInt64 | friend |
Divide(const cUInt64 ÷nd, const cUInt64 &divisor, OUT cUInt64 "ient, OUT cUInt64 &remainder) | Gray::cUInt64 | static |
EuclideanAlgorithm(const cUInt64 &x, const cUInt64 &y, OUT cUInt64 &a, OUT cUInt64 &b, OUT cUInt64 &g) | Gray::cUInt64 | static |
get_Highest1Bit() const | Gray::cUInt64 | |
get_Val() const | Gray::cUInt64 | inline |
GetStr(char *pszOut, StrLen_t iOutMax, RADIX_t nBaseRadix=10) const | Gray::cUInt64 | |
GetStr(RADIX_t nBaseRadix=10) const | Gray::cUInt64 | |
isOdd() const | Gray::cUInt64 | inline |
isPrime() const | Gray::cUInt64 | |
IsSet(BIT_ENUM_t nBit) const | Gray::cUInt64 | inline |
isZero() const | Gray::cUInt64 | inline |
k_UNIT_BITS | Gray::cUInt64 | static |
OpBitShiftLeft1(UNIT_t nBitMask) | Gray::cUInt64 | |
operator!=(const cUInt64 &n) const | Gray::cUInt64 | inline |
operator%=(const cUInt64 &x) | Gray::cUInt64 | inline |
operator&=(const cUInt64 &n) | Gray::cUInt64 | inline |
operator*(const cUInt64 &x) const | Gray::cUInt64 | inline |
operator*=(const cUInt64 &x) | Gray::cUInt64 | inline |
operator++() | Gray::cUInt64 | inline |
operator++(int) | Gray::cUInt64 | inline |
operator+=(const cUInt64 &n) | Gray::cUInt64 | inline |
operator--() | Gray::cUInt64 | inline |
operator--(int) | Gray::cUInt64 | inline |
operator-=(const cUInt64 &n) | Gray::cUInt64 | inline |
operator<(const cUInt64 &n) const | Gray::cUInt64 | inline |
operator<<=(BIT_ENUM_t uiBits) | Gray::cUInt64 | inline |
operator<=(const cUInt64 &n) const | Gray::cUInt64 | inline |
operator==(const cUInt64 &n) const | Gray::cUInt64 | inline |
operator==(UNIT_t n) const | Gray::cUInt64 | inline |
operator>(const cUInt64 &n) const | Gray::cUInt64 | inline |
operator>>=(BIT_ENUM_t uiBits) | Gray::cUInt64 | inline |
operator^=(const cUInt64 &n) | Gray::cUInt64 | inline |
operator|=(const cUInt64 &n) | Gray::cUInt64 | inline |
SetBit(BIT_ENUM_t uiBit) | Gray::cUInt64 | inline |
SetPowerMod(const cUInt64 &base, const cUInt64 &exponent, const cUInt64 &modulus) | Gray::cUInt64 | |
SetRandomBits(BIT_ENUM_t nBits) | Gray::cUInt64 | |
SetRandomPrime(BIT_ENUM_t nBits, cThreadState *pCancel=nullptr) | Gray::cUInt64 | |
SetStr(const char *pszVal, RADIX_t nBaseRadix=10, const char **ppszEnd=(const char **) nullptr) | Gray::cUInt64 | |
UNIT_t typedef | Gray::cUInt64 |