JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::BigInteger Member List

This is the complete list of members for juce::BigInteger, including all inherited members.

allocatedSizejuce::BigIntegerprivate
BigInteger()juce::BigInteger
BigInteger(uint32 value)juce::BigInteger
BigInteger(int32 value)juce::BigInteger
BigInteger(int64 value)juce::BigInteger
BigInteger(const BigInteger &)juce::BigInteger
BigInteger(BigInteger &&) noexceptjuce::BigInteger
clear() noexceptjuce::BigInteger
clearBit(int bitNumber) noexceptjuce::BigInteger
compare(const BigInteger &other) const noexceptjuce::BigInteger
compareAbsolute(const BigInteger &other) const noexceptjuce::BigInteger
countNumberOfSetBits() const noexceptjuce::BigInteger
divideBy(const BigInteger &divisor, BigInteger &remainder)juce::BigInteger
ensureSize(size_t)juce::BigIntegerprivate
exponentModulo(const BigInteger &exponent, const BigInteger &modulus)juce::BigInteger
extendedEuclidean(const BigInteger &a, const BigInteger &b, BigInteger &xOut, BigInteger &yOut)juce::BigInteger
findGreatestCommonDivisor(BigInteger other) constjuce::BigInteger
findNextClearBit(int startIndex) const noexceptjuce::BigInteger
findNextSetBit(int startIndex) const noexceptjuce::BigInteger
getBitRange(int startBit, int numBits) constjuce::BigInteger
getBitRangeAsInt(int startBit, int numBits) const noexceptjuce::BigInteger
getHighestBit() const noexceptjuce::BigInteger
getValues() const noexceptjuce::BigIntegerprivate
heapAllocationjuce::BigIntegerprivate
highestBitjuce::BigIntegerprivate
insertBit(int bitNumber, bool shouldBeSet)juce::BigInteger
inverseModulo(const BigInteger &modulus)juce::BigInteger
isNegative() const noexceptjuce::BigInteger
isOne() const noexceptjuce::BigInteger
isZero() const noexceptjuce::BigInteger
loadFromMemoryBlock(const MemoryBlock &data)juce::BigInteger
montgomeryMultiplication(const BigInteger &other, const BigInteger &modulus, const BigInteger &modulusp, int k)juce::BigInteger
negate() noexceptjuce::BigInteger
negativejuce::BigIntegerprivate
numPreallocatedInts enum valuejuce::BigIntegerprivate
operator!=(const BigInteger &) const noexceptjuce::BigInteger
operator%(const BigInteger &) constjuce::BigInteger
operator%=(const BigInteger &)juce::BigInteger
operator&(const BigInteger &) constjuce::BigInteger
operator&=(const BigInteger &)juce::BigInteger
operator*(const BigInteger &) constjuce::BigInteger
operator*=(const BigInteger &)juce::BigInteger
operator+(const BigInteger &) constjuce::BigInteger
operator++()juce::BigInteger
operator++(int)juce::BigInteger
operator+=(const BigInteger &)juce::BigInteger
operator-() constjuce::BigInteger
operator-(const BigInteger &) constjuce::BigInteger
operator--()juce::BigInteger
operator--(int)juce::BigInteger
operator-=(const BigInteger &)juce::BigInteger
operator/(const BigInteger &) constjuce::BigInteger
operator/=(const BigInteger &)juce::BigInteger
operator<(const BigInteger &) const noexceptjuce::BigInteger
operator<<(int numBitsToShift) constjuce::BigInteger
operator<<=(int numBitsToShift)juce::BigInteger
operator<=(const BigInteger &) const noexceptjuce::BigInteger
operator=(BigInteger &&) noexceptjuce::BigInteger
operator=(const BigInteger &)juce::BigInteger
operator==(const BigInteger &) const noexceptjuce::BigInteger
operator>(const BigInteger &) const noexceptjuce::BigInteger
operator>=(const BigInteger &) const noexceptjuce::BigInteger
operator>>(int numBitsToShift) constjuce::BigInteger
operator>>=(int numBitsToShift)juce::BigInteger
operator[](int bit) const noexceptjuce::BigInteger
operator^(const BigInteger &) constjuce::BigInteger
operator^=(const BigInteger &)juce::BigInteger
operator|(const BigInteger &) constjuce::BigInteger
operator|=(const BigInteger &)juce::BigInteger
parseString(StringRef text, int base)juce::BigInteger
preallocatedjuce::BigIntegerprivate
setBit(int bitNumber)juce::BigInteger
setBit(int bitNumber, bool shouldBeSet)juce::BigInteger
setBitRangeAsInt(int startBit, int numBits, uint32 valueToSet)juce::BigInteger
setNegative(bool shouldBeNegative) noexceptjuce::BigInteger
setRange(int startBit, int numBits, bool shouldBeSet)juce::BigInteger
shiftBits(int howManyBitsLeft, int startBit)juce::BigInteger
shiftLeft(int bits, int startBit)juce::BigIntegerprivate
shiftRight(int bits, int startBit)juce::BigIntegerprivate
swapWith(BigInteger &) noexceptjuce::BigInteger
toInt64() const noexceptjuce::BigInteger
toInteger() const noexceptjuce::BigInteger
toMemoryBlock() constjuce::BigInteger
toString(int base, int minimumNumCharacters=1) constjuce::BigInteger
~BigInteger()=defaultjuce::BigInteger