#include </home/clem/local/src/opie/qmake/include/qbitarray.h>
Collaboration diagram for QBitVal:

Public Member Functions | |
| QBitVal (QBitArray *a, uint i) | |
| operator int () | |
| QBitVal & | operator= (const QBitVal &v) |
| QBitVal & | operator= (bool v) |
Private Attributes | |
| QBitArray * | array |
| uint | index |
The QBitVal is required by the indexing [] operator on bit arrays. It is not for use in any other context.
Definition at line 52 of file qbitarray.h.
|
||||||||||||
|
Constructs a reference to element i in the QBitArray a. This is what QBitArray::operator[] constructs its return value with. Definition at line 58 of file qbitarray.h. |
|
|
Returns the value referenced by the QBitVal. Definition at line 140 of file qbitarray.h. References array, index, and QBitArray::testBit(). |
|
|
Definition at line 151 of file qbitarray.h. References array, index, and QBitArray::setBit(). |
|
|
Sets the value referenced by the QBitVal to that referenced by QBitVal v. Definition at line 145 of file qbitarray.h. References array, index, and QBitArray::setBit(). |
|
|
Definition at line 55 of file qbitarray.h. Referenced by operator int(), and operator=(). |
|
|
Definition at line 56 of file qbitarray.h. Referenced by operator int(), and operator=(). |
1.4.2