abs() const | mcIntegerValue | [inline] |
Cleanup() | mcValue | [static] |
GCD(const mcIntegerValue &n) const | mcIntegerValue | [inline] |
GetComb(const mcIntegerValue &n1, const mcIntegerValue &n2) | mcIntegerValue | [inline, static] |
GetFlags() const =0 | mcValue | [pure virtual] |
GetInt() const | mcValue | [inline, virtual] |
GetLong() const =0 | mcValue | [pure virtual] |
GetMax(const mcIntegerValue &n) const | mcIntegerValue | [inline] |
GetMin(const mcIntegerValue &n) const | mcIntegerValue | [inline] |
GetStr() const | mcIntegerValue | [virtual] |
Init() | mcValue | [static] |
isInteger() const | mcIntegerValue | [inline, virtual] |
isNAN() const | mcValue | [inline] |
isNegInf() const | mcValue | [inline] |
isPosInf() const | mcValue | [inline] |
isPrimeTo(const mcIntegerValue &n) const | mcIntegerValue | [inline] |
isValid() const | mcValue | [inline] |
LCM(const mcIntegerValue &n) const | mcIntegerValue | [inline] |
m_nMaxValueSharing | mcValue | [static] |
math_AddFlag(int n) | mcValue | [inline] |
math_isFinite() const | mcValue | [inline] |
mcIntegerValue(const mcRationalValue &m) | mcIntegerValue | |
mcIntegerValue(const mcRealValue &m) | mcIntegerValue | |
mcValue() | mcValue | [inline] |
mcVALUE_DEFINE_ALLOPERATORS(mcIntegerValue, mcMPZ, mpz) | mcIntegerValue | |
mcVALUE_DEFINE_CONSTRUCTORS(mcIntegerValue, mcMPZ) | mcIntegerValue | |
mcVALUE_DEFINE_COW(mcMPZ, mpz) | mcIntegerValue | [private] |
mcVALUE_DEFINE_GETSET(mcIntegerValue, mpz) | mcIntegerValue | |
operator int() const | mcValue | [inline] |
operator long() const | mcValue | [inline] |
operator unsigned long() | mcValue | [inline] |
pNAN | mcIntegerValue | [static] |
pNegInf | mcIntegerValue | [static] |
pOne | mcIntegerValue | [static] |
pow(unsigned long int exp) const | mcIntegerValue | [inline] |
pPosInf | mcIntegerValue | [static] |
pZero | mcIntegerValue | [static] |
SetFlags(int n)=0 | mcValue | [pure virtual] |
SetInt(int n) | mcValue | [inline, virtual] |
SetLong(long n)=0 | mcValue | [pure virtual] |
SetStr(const wxString &str, int base=10)=0 | mcValue | [pure virtual] |
~mcValue() | mcValue | [inline, virtual] |
[ Top ] |