|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
Assumes integers are at least 16 bit.
Variables:
Methods:
- BitSet16C()
-
Default constructor.
- BitSet16C(IntT Value)
-
Default constructor.
- BitSet16C(const BitSet16C & Oth)
-
Copy constructor.
Modifications of flags
----------------------
- void ZeroAll(void)
-
Zero all bits.
- void SetAll(void)
-
Set all bits to 1.
- void Zero(IntT ABit)
-
Set bit to zero.
- void Set(IntT ABit)
-
Set bit to one.
Access to information about the object
--------------------------------------
- BooleanT operator[](IntT ABit) const
-
Test a bit.
- BooleanT IsEmpty(void) const
-
Are all bits zero ?
- IntT Dim(void) const
-
Number of bits.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|