class ExtraLongUInt


Public Classes

enum

Public Methods

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

Public

enum

Protected Fields

unsigned long value[size]

Documentation

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]


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de