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