User Documentation
RAVL, Recognition And Vision Library
DEVELOP HOME PAGE CLASS LIST CONTENTS
Ravl - Core - Misc - UIntC
 

  PUBLIC
UIntC::UIntC(void)
UIntC::UIntC(UIntT)
UIntC::Copy(void) const
UIntC::operator UIntT(void) const
UIntC::operator ==(const UIntC &) const
UIntC::operator ==(UIntT) const
UIntC::Hash(void) const
UIntC::operator ++(int)
UIntC::operator --(int)
UIntC::operator ++(void)
UIntC::operator --(void)
UIntC::operator -=(UIntT)
UIntC::operator +=(UIntT)

   UIntC   
 
unsigned integer with a default constructor that assigns it a value of 0.
 
include "Ravl/IntC.hh"
Created:26/10/98 
User Level:Normal
Library:RavlCore
In Scope:RavlN

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.

bool operator ==(const UIntC & oth) const
Comparison operator.

bool 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

UIntT operator -=(UIntT oth)
Take another UIntT from this one.

UIntT operator +=(UIntT oth)
Take another UIntT from this one.


Maintainer:Charles Galambos, Created: 26/10/98, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002