Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Gray::cUInt64 Member List

This is the complete list of members for Gray::cUInt64, including all inherited members.

cUInt64()Gray::cUInt64inline
cUInt64(UNIT_t n)Gray::cUInt64inline
cUInt64(const char *pszVal, RADIX_t n=10)Gray::cUInt64inline
cUInt64Tests classGray::cUInt64friend
Divide(const cUInt64 &dividend, const cUInt64 &divisor, OUT cUInt64 &quotient, OUT cUInt64 &remainder)Gray::cUInt64static
EuclideanAlgorithm(const cUInt64 &x, const cUInt64 &y, OUT cUInt64 &a, OUT cUInt64 &b, OUT cUInt64 &g)Gray::cUInt64static
get_Highest1Bit() constGray::cUInt64
get_Val() constGray::cUInt64inline
GetStr(char *pszOut, StrLen_t iOutMax, RADIX_t nBaseRadix=10) constGray::cUInt64
GetStr(RADIX_t nBaseRadix=10) constGray::cUInt64
isOdd() constGray::cUInt64inline
isPrime() constGray::cUInt64
IsSet(BIT_ENUM_t nBit) constGray::cUInt64inline
isZero() constGray::cUInt64inline
k_UNIT_BITSGray::cUInt64static
OpBitShiftLeft1(UNIT_t nBitMask)Gray::cUInt64
operator!=(const cUInt64 &n) constGray::cUInt64inline
operator%=(const cUInt64 &x)Gray::cUInt64inline
operator&=(const cUInt64 &n)Gray::cUInt64inline
operator*(const cUInt64 &x) constGray::cUInt64inline
operator*=(const cUInt64 &x)Gray::cUInt64inline
operator++()Gray::cUInt64inline
operator++(int)Gray::cUInt64inline
operator+=(const cUInt64 &n)Gray::cUInt64inline
operator--()Gray::cUInt64inline
operator--(int)Gray::cUInt64inline
operator-=(const cUInt64 &n)Gray::cUInt64inline
operator<(const cUInt64 &n) constGray::cUInt64inline
operator<<=(BIT_ENUM_t uiBits)Gray::cUInt64inline
operator<=(const cUInt64 &n) constGray::cUInt64inline
operator==(const cUInt64 &n) constGray::cUInt64inline
operator==(UNIT_t n) constGray::cUInt64inline
operator>(const cUInt64 &n) constGray::cUInt64inline
operator>>=(BIT_ENUM_t uiBits)Gray::cUInt64inline
operator^=(const cUInt64 &n)Gray::cUInt64inline
operator|=(const cUInt64 &n)Gray::cUInt64inline
SetBit(BIT_ENUM_t uiBit)Gray::cUInt64inline
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 typedefGray::cUInt64