casacore
|
Helper class for BitVector. More...
#include <BitVector.h>
Public Member Functions | |
BitVectorHelper (const BitVectorHelper &that) | |
Copy constructor has to be public. | |
const BitVectorHelper & | operator= (const BitVectorHelper &that) const |
Set the bit to the state of the bit in the other BitVector. | |
const BitVectorHelper & | operator= (Bool state) const |
Set to a state. | |
operator Bool () const | |
Defines the conversion from BitVectorHelper to Bool . | |
Private Member Functions | |
BitVectorHelper (uInt bitNumber, BitVector *vector) | |
The constructor we actually use. | |
Private Attributes | |
uInt | bitNumber_p |
BitVector * | vecPtr_p |
Pointer back to the original vector. | |
Friends | |
class | BitVector |
Helper class for BitVector.
Internal
Helper class for class BitVector. For all practical purposes a BitVectorHelper object is the individual bit in a bit vector. It is the object returned by the index operator of BitVector.
Definition at line 249 of file BitVector.h.
|
inline |
Copy constructor has to be public.
Definition at line 316 of file BitVector.h.
The constructor we actually use.
Definition at line 306 of file BitVector.h.
|
inline |
Defines the conversion from BitVectorHelper
to Bool
.
Definition at line 327 of file BitVector.h.
|
inline |
Set to a state.
Definition at line 321 of file BitVector.h.
References bitNumber_p, casacore::BitVector::putBit(), and vecPtr_p.
|
inline |
Set the bit to the state of the bit in the other BitVector.
Thus assignment has not the usual copy semantics, but affects the underlying BitVector bit.
Definition at line 332 of file BitVector.h.
|
friend |
Definition at line 251 of file BitVector.h.
|
private |
Definition at line 270 of file BitVector.h.
Referenced by operator=().
|
private |
Pointer back to the original vector.
Definition at line 273 of file BitVector.h.
Referenced by operator=().