|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Its main feature is the default constructor sets
its value to zero. Usefull in things like histograms.
Variables:
- UIntT v;
-
Methods:
- UIntC()
-
Default value, 0.
- UIntC(UIntT nv)
-
Construct an int.
- UIntC Copy() const
-
Make a copy.
- operator UIntT() const
-
Convert to a plain int.
- BooleanT operator==(const UIntC & oth) const
-
Comparison operator.
- BooleanT operator==(UIntT ov) const
-
Comparison operator.
- UIntT Hash() const
-
Hash it.
- UIntT operator++(int)
-
Increment.
- UIntT operator--(int)
-
Decrement
- UIntT operator++()
-
Increment.
- UIntT operator--()
-
Decrement
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|