casacore
|
Helper class for BitVector. More...
#include <BitVector.h>
Public Member Functions | |
BitVectorHelper (const BitVectorHelper &that) | |
Copy constructor has to be public. More... | |
const BitVectorHelper & | operator= (const BitVectorHelper &that) const |
Set the bit to the state of the bit in the other BitVector. More... | |
const BitVectorHelper & | operator= (Bool state) const |
Set to a state. More... | |
operator Bool () const | |
Defines the conversion from BitVectorHelper to Bool . More... | |
Private Member Functions | |
BitVectorHelper (uInt bitNumber, BitVector *vector) | |
The constructor we actually use. More... | |
Private Attributes | |
uInt | bitNumber_p |
BitVector * | vecPtr_p |
Pointer back to the original vector. More... | |
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 251 of file BitVector.h.
|
inline |
Copy constructor has to be public.
Definition at line 318 of file BitVector.h.
The constructor we actually use.
Definition at line 308 of file BitVector.h.
|
inline |
Defines the conversion from BitVectorHelper
to Bool
.
Definition at line 329 of file BitVector.h.
|
inline |
Set to a state.
Definition at line 323 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 334 of file BitVector.h.
|
friend |
Definition at line 253 of file BitVector.h.
|
private |
Definition at line 272 of file BitVector.h.
Referenced by operator=().
|
private |
Pointer back to the original vector.
Definition at line 275 of file BitVector.h.
Referenced by operator=().