- ExtraLongUInt()
- ExtraLongUInt(const char* val)
- ExtraLongUInt(int val)
- ExtraLongUInt(unsigned int val)
- ExtraLongUInt(unsigned long val)
- bool operator ==(const ExtraLongUInt& other)
- bool operator !=(const ExtraLongUInt& other)
- bool operator < (const ExtraLongUInt& other)
- bool operator > (const ExtraLongUInt& other)
- bool operator <=(const ExtraLongUInt& other)
- bool operator >=(const ExtraLongUInt& other)
- ExtraLongUInt operator + (const ExtraLongUInt& other)
- ExtraLongUInt operator - (const ExtraLongUInt& other)
- ExtraLongUInt operator & (const ExtraLongUInt& other)
- ExtraLongUInt operator | (const ExtraLongUInt& other)
- ExtraLongUInt operator ^ (const ExtraLongUInt& other)
- ExtraLongUInt operator ~ ()
- bool operator !()
- ExtraLongUInt operator <<(unsigned int bits)
- ExtraLongUInt operator <<(const ExtraLongUInt& bits)
- ExtraLongUInt operator >>(unsigned int bits)
- ExtraLongUInt operator >>(const ExtraLongUInt& bits)
- const ExtraLongUInt& operator <<= (unsigned int bits)
- const ExtraLongUInt& operator >>= (unsigned int bits)
- const ExtraLongUInt& operator &= (const ExtraLongUInt& other)
- const ExtraLongUInt& operator |= (const ExtraLongUInt& other)
- const ExtraLongUInt& operator ^= (const ExtraLongUInt& other)
- void print(char* buf)
- unsigned int bitcount()
- unsigned int minbit()
- enum
- unsigned long value[size]