class uintg

An unsigned integer type wrapped in an object

Inheritance:


Public Fields

[more]unsigned value

Public Methods

[more]inline uintg()
Creates an uintg with initial value of 0
[more]inline uintg(const uintg &src)
Copy constructor.
[more]inline uintg(unsigned d)
Creates an uintg with the indicated initial value
[more]inline uintg operator+ (const uintg &b) const
[more]inline uintg operator+ (const unsigned b) const
[more]inline uintg operator- (const uintg &b) const
[more]inline uintg operator- (const unsigned b) const
[more]inline uintg operator* (const uintg &b) const
[more]inline uintg operator* (const unsigned b) const
[more]inline uintg operator/ (const uintg &b) const
[more]inline uintg operator/ (const unsigned b) const
[more]inline uintg operator% (const uintg& b) const
Mod operator
[more]inline uintg operator% (const unsigned b) const
Mod operator
[more]inline bool operator== (const uintg &b) const
[more]inline bool operator== (const unsigned b) const
[more]inline bool operator!= (const uintg &b) const
[more]inline bool operator!= (const unsigned b) const
[more]inline bool operator>= (const unsigned b) const
[more]inline bool operator>= (const uintg& b) const
[more]inline bool operator> (const unsigned b) const
[more]inline bool operator> (const uintg& b) const
[more]inline bool operator<= (const unsigned b) const
[more]inline bool operator<= (const uintg& b) const
[more]inline bool operator< (const unsigned b) const
[more]inline bool operator< (const uintg& b) const
[more]inline const uintg& operator= (const uintg &b)
[more]inline const uintg& operator= (const unsigned b)
[more]inline const uintg& operator+= (const uintg &b)
[more]inline const uintg& operator+= (const unsigned b)
[more]inline const uintg& operator-= (const uintg &b)
[more]inline const uintg& operator-= (const unsigned b)
[more]inline const uintg& operator*= (const uintg &b)
[more]inline const uintg& operator*= (const unsigned b)
[more]inline const uintg& operator/= (const uintg &b)
[more]inline const uintg& operator/= (const unsigned b)
[more]inline const uintg& operator%= (const uintg &b)
[more]inline const uintg& operator%= (const unsigned b)
[more]inline const uintg& operator++ ()
[more]inline const uintg& operator-- ()
[more]virtual bool operator== (const object &obj) const
[more]virtual bool operator!= (const object &obj) const
[more]virtual unsigned hashcode() const
[more]virtual object* clone() const
[more] ~uintg()


Inherited from object:

Public Methods

ovirtual bool operator==(const object &obj) const
ovirtual bool operator!=(const object &obj) const


Documentation

An unsigned integer type wrapped in an object
ounsigned value

oinline uintg()
Creates an uintg with initial value of 0

oinline uintg(const uintg &src)
Copy constructor.

oinline uintg(unsigned d)
Creates an uintg with the indicated initial value

oinline uintg operator+ (const uintg &b) const

oinline uintg operator+ (const unsigned b) const

oinline uintg operator- (const uintg &b) const

oinline uintg operator- (const unsigned b) const

oinline uintg operator* (const uintg &b) const

oinline uintg operator* (const unsigned b) const

oinline uintg operator/ (const uintg &b) const

oinline uintg operator/ (const unsigned b) const

oinline uintg operator% (const uintg& b) const
Mod operator

oinline uintg operator% (const unsigned b) const
Mod operator

oinline bool operator== (const uintg &b) const

oinline bool operator== (const unsigned b) const

oinline bool operator!= (const uintg &b) const

oinline bool operator!= (const unsigned b) const

oinline bool operator>= (const unsigned b) const

oinline bool operator>= (const uintg& b) const

oinline bool operator> (const unsigned b) const

oinline bool operator> (const uintg& b) const

oinline bool operator<= (const unsigned b) const

oinline bool operator<= (const uintg& b) const

oinline bool operator< (const unsigned b) const

oinline bool operator< (const uintg& b) const

oinline const uintg& operator= (const uintg &b)

oinline const uintg& operator= (const unsigned b)

oinline const uintg& operator+= (const uintg &b)

oinline const uintg& operator+= (const unsigned b)

oinline const uintg& operator-= (const uintg &b)

oinline const uintg& operator-= (const unsigned b)

oinline const uintg& operator*= (const uintg &b)

oinline const uintg& operator*= (const unsigned b)

oinline const uintg& operator/= (const uintg &b)

oinline const uintg& operator/= (const unsigned b)

oinline const uintg& operator%= (const uintg &b)

oinline const uintg& operator%= (const unsigned b)

oinline const uintg& operator++ ()

oinline const uintg& operator-- ()

ovirtual bool operator== (const object &obj) const

ovirtual bool operator!= (const object &obj) const

ovirtual unsigned hashcode() const

ovirtual object* clone() const

o ~uintg()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.