An integer type wrapped in an object
Inheritance:
Public Fields
-
int value
Public Methods
-
inline intg()
- Creates an intg with initial value of 0
-
inline intg(const intg &src)
- Copy constructor.
-
inline intg(int d)
- Creates an intg with the indicated initial value
-
inline intg operator+ (const intg &b) const
-
inline intg operator+ (const int b) const
-
inline intg operator- (const intg &b) const
-
inline intg operator- (const int b) const
-
inline intg operator* (const intg &b) const
-
inline intg operator* (const int b) const
-
inline intg operator/ (const intg &b) const
-
inline intg operator/ (const int b) const
-
inline intg operator% (const intg& b) const
- Mod operator
-
inline intg operator% (const int b) const
- Mod operator
-
inline bool operator== (const intg &b) const
-
inline bool operator== (const int b) const
-
inline bool operator!= (const intg &b) const
-
inline bool operator!= (const int b) const
-
inline bool operator>= (const int b) const
-
inline bool operator>= (const intg& b) const
-
inline bool operator> (const int b) const
-
inline bool operator> (const intg& b) const
-
inline bool operator<= (const int b) const
-
inline bool operator<= (const intg& b) const
-
inline bool operator< (const int b) const
-
inline bool operator< (const intg& b) const
-
inline const intg& operator= (const intg &b)
-
inline const intg& operator= (const int b)
-
inline const intg& operator+= (const intg &b)
-
inline const intg& operator+= (const int b)
-
inline const intg& operator-= (const intg &b)
-
inline const intg& operator-= (const int b)
-
inline const intg& operator*= (const intg &b)
-
inline const intg& operator*= (const int b)
-
inline const intg& operator/= (const intg &b)
-
inline const intg& operator/= (const int b)
-
inline const intg& operator%= (const intg &b)
-
inline const intg& operator%= (const int b)
-
inline const intg& operator++ ()
-
inline const intg& operator-- ()
-
virtual bool operator== (const object &obj) const
-
virtual bool operator!= (const object &obj) const
-
virtual unsigned int hashcode() const
-
virtual object* clone() const
-
~intg()
Inherited from object:
Public Methods
-
virtual bool operator==(const object &obj) const
-
virtual bool operator!=(const object &obj) const
Documentation
An integer type wrapped in an object
int value
inline intg()
- Creates an intg with initial value of 0
inline intg(const intg &src)
- Copy constructor.
inline intg(int d)
- Creates an intg with the indicated initial value
inline intg operator+ (const intg &b) const
inline intg operator+ (const int b) const
inline intg operator- (const intg &b) const
inline intg operator- (const int b) const
inline intg operator* (const intg &b) const
inline intg operator* (const int b) const
inline intg operator/ (const intg &b) const
inline intg operator/ (const int b) const
inline intg operator% (const intg& b) const
- Mod operator
inline intg operator% (const int b) const
- Mod operator
inline bool operator== (const intg &b) const
inline bool operator== (const int b) const
inline bool operator!= (const intg &b) const
inline bool operator!= (const int b) const
inline bool operator>= (const int b) const
inline bool operator>= (const intg& b) const
inline bool operator> (const int b) const
inline bool operator> (const intg& b) const
inline bool operator<= (const int b) const
inline bool operator<= (const intg& b) const
inline bool operator< (const int b) const
inline bool operator< (const intg& b) const
inline const intg& operator= (const intg &b)
inline const intg& operator= (const int b)
inline const intg& operator+= (const intg &b)
inline const intg& operator+= (const int b)
inline const intg& operator-= (const intg &b)
inline const intg& operator-= (const int b)
inline const intg& operator*= (const intg &b)
inline const intg& operator*= (const int b)
inline const intg& operator/= (const intg &b)
inline const intg& operator/= (const int b)
inline const intg& operator%= (const intg &b)
inline const intg& operator%= (const int b)
inline const intg& operator++ ()
inline const intg& operator-- ()
virtual bool operator== (const object &obj) const
virtual bool operator!= (const object &obj) const
virtual unsigned int hashcode() const
virtual object* clone() const
~intg()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.