class intg

An integer type wrapped in an object

Inheritance:


Public Fields

[more]int value

Public Methods

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


Inherited from object:

Public Methods

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


Documentation

An integer type wrapped in an object
oint value

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

oinline intg(const intg &src)
Copy constructor.

oinline intg(int d)
Creates an intg with the indicated initial value

oinline intg operator+ (const intg &b) const

oinline intg operator+ (const int b) const

oinline intg operator- (const intg &b) const

oinline intg operator- (const int b) const

oinline intg operator* (const intg &b) const

oinline intg operator* (const int b) const

oinline intg operator/ (const intg &b) const

oinline intg operator/ (const int b) const

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

oinline intg operator% (const int b) const
Mod operator

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

oinline bool operator== (const int b) const

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

oinline bool operator!= (const int b) const

oinline bool operator>= (const int b) const

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

oinline bool operator> (const int b) const

oinline bool operator> (const intg& b) const

oinline bool operator<= (const int b) const

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

oinline bool operator< (const int b) const

oinline bool operator< (const intg& b) const

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

oinline const intg& operator= (const int b)

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

oinline const intg& operator+= (const int b)

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

oinline const intg& operator-= (const int b)

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

oinline const intg& operator*= (const int b)

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

oinline const intg& operator/= (const int b)

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

oinline const intg& operator%= (const int b)

oinline const intg& operator++ ()

oinline const intg& operator-- ()

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

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

ovirtual unsigned int hashcode() const

ovirtual object* clone() const

o ~intg()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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