|
Developer 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:
- IntT v;
-
Methods:
- IntC()
-
Default value, 0.
- IntC(IntT nv)
-
Construct an int.
- IntC Copy() const
-
Make a copy.
- operator IntT() const
-
Convert to a plain int.
- BooleanT operator==(const IntC & oth) const
-
Comparison operator.
- BooleanT operator==(IntT ov) const
-
Comparison operator.
- UIntT Hash() const
-
Hash it.
- IntT operator++(int)
-
Increment.
- IntT operator--(int)
-
Decrement
- IntT operator++()
-
Increment.
- IntT operator--()
-
Decrement
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|