casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes | Friends
casa::BitVectorHelper Class Reference

Helper class for BitVector. More...

#include <BitVector.h>

List of all members.

Public Member Functions

 BitVectorHelper (const BitVectorHelper &that)
 Copy constructor has to be public.
const BitVectorHelperoperator= (const BitVectorHelper &that) const
 Set the bit to the state of the bit in the other BitVector.
const BitVectorHelperoperator= (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
BitVectorvecPtr_p
 Pointer back to the original vector.

Friends

class BitVector

Detailed Description

Helper class for BitVector.

Intended use:

Internal

Review Status

Reviewed By:
Friso Olnon
Date Reviewed:
1995/03/13
Test programs:
tBitVector

Prerequisite

Synopsis

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.


Constructor & Destructor Documentation

Copy constructor has to be public.

Definition at line 318 of file BitVector.h.

casa::BitVectorHelper::BitVectorHelper ( uInt  bitNumber,
BitVector vector 
) [inline, private]

The constructor we actually use.

Definition at line 308 of file BitVector.h.


Member Function Documentation

casa::BitVectorHelper::operator Bool ( ) const [inline]

Defines the conversion from BitVectorHelper to Bool.

Definition at line 329 of file BitVector.h.

References bitNumber_p, casa::BitVector::getBit(), and vecPtr_p.

const BitVectorHelper & casa::BitVectorHelper::operator= ( const BitVectorHelper that) const [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 335 of file BitVector.h.

const BitVectorHelper & casa::BitVectorHelper::operator= ( Bool  state) const [inline]

Set to a state.

Definition at line 323 of file BitVector.h.

References bitNumber_p, casa::BitVector::putBit(), and vecPtr_p.


Friends And Related Function Documentation

friend class BitVector [friend]

Definition at line 253 of file BitVector.h.


Member Data Documentation

Definition at line 272 of file BitVector.h.

Referenced by operator Bool(), and operator=().

Pointer back to the original vector.

Definition at line 275 of file BitVector.h.

Referenced by operator Bool(), and operator=().


The documentation for this class was generated from the following file: