Base Framework
|
This is the complete list of members for UInt128, including all inherited members.
BITS (defined in UInt128) | UInt128 | static |
isBitSet(unsigned int bit) const noexcept (defined in UInt128) | UInt128 | inline |
isHighBitSet() const noexcept (defined in UInt128) | UInt128 | inline |
isLowBitSet() const noexcept (defined in UInt128) | UInt128 | inline |
MAXIMUM (defined in UInt128) | UInt128 | static |
ONE (defined in UInt128) | UInt128 | static |
operator bool() const noexcept (defined in UInt128) | UInt128 | inline |
operator uint128() const noexcept (defined in UInt128) | UInt128 | inline |
operator uint16() const noexcept (defined in UInt128) | UInt128 | inline |
operator uint32() const noexcept (defined in UInt128) | UInt128 | inline |
operator uint64() const noexcept (defined in UInt128) | UInt128 | inline |
operator uint8() const noexcept (defined in UInt128) | UInt128 | inline |
operator!() const noexcept (defined in UInt128) | UInt128 | inline |
operator!=(const UInt128 &compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator&=(const UInt128 a) noexcept (defined in UInt128) | UInt128 | inline |
operator*=(const UInt128 &_a) noexcept (defined in UInt128) | UInt128 | inline |
operator++() noexcept (defined in UInt128) | UInt128 | inline |
operator++(int) const noexcept (defined in UInt128) | UInt128 | inline |
operator+=(const UInt128 &_a) noexcept (defined in UInt128) | UInt128 | inline |
operator-() const noexcept (defined in UInt128) | UInt128 | inline |
operator--() noexcept (defined in UInt128) | UInt128 | inline |
operator--(int) const noexcept (defined in UInt128) | UInt128 | inline |
operator-=(const UInt128 &_a) noexcept (defined in UInt128) | UInt128 | inline |
operator/=(const UInt128 &a) noexcept (defined in UInt128) | UInt128 | inline |
operator<(const UInt128 &compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator<<=(unsigned int shift) noexcept (defined in UInt128) | UInt128 | inline |
operator<=(const UInt128 &compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator=(const UInt128 &assign) noexcept (defined in UInt128) | UInt128 | inline |
operator==(const UInt128 &compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator>(const UInt128 &compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator>=(const UInt128 compare) const noexcept (defined in UInt128) | UInt128 | inline |
operator>>=(unsigned int shift) noexcept (defined in UInt128) | UInt128 | inline |
operator^=(const UInt128 a) noexcept (defined in UInt128) | UInt128 | inline |
operator|=(const UInt128 a) noexcept (defined in UInt128) | UInt128 | inline |
operator~() noexcept (defined in UInt128) | UInt128 | inline |
SIGNED_WORD typedef (defined in UInt128) | UInt128 | |
UInt128() noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint128 _value) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(int128 _value) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint64 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint64 low, uint64 high) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(int64 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint32 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(int32 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint16 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(int16 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(uint8 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(int8 low) noexcept (defined in UInt128) | UInt128 | inline |
UInt128(const UInt128 ©) noexcept (defined in UInt128) | UInt128 | inline |
value (defined in UInt128) | UInt128 | |
WORD typedef (defined in UInt128) | UInt128 | |
WORD_BITS (defined in UInt128) | UInt128 | static |
WORD_MAXIMUM (defined in UInt128) | UInt128 | static |
ZERO (defined in UInt128) | UInt128 | static |