![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtCore \reentrant More...
#include <qbitarray.h>
Public Member Functions | |
operator bool () const | |
Returns the value referenced by the QBitRef. | |
bool | operator! () const |
QBitRef & | operator= (const QBitRef &val) |
Sets the value referenced by the QBitRef to that referenced by QBitRef v. | |
QBitRef & | operator= (bool val) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Sets the value referenced by the QBitRef to v. | |
Friends | |
class | QBitArray |
[3] | |
\inmodule QtCore \reentrant
The QBitRef class is an internal class, used with QBitArray.
The QBitRef is required by the indexing [] operator on bit arrays. It is not for use in any other context.
Definition at line 107 of file qbitarray.h.
|
inline |
Returns the value referenced by the QBitRef.
Definition at line 116 of file qbitarray.h.
References i, and QBitArray::testBit().
|
inline |
Definition at line 117 of file qbitarray.h.
References i.
|
inline |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.Sets the value referenced by the QBitRef to v.
Definition at line 119 of file qbitarray.h.
References i.
Sets the value referenced by the QBitRef to that referenced by QBitRef v.
Definition at line 118 of file qbitarray.h.
References i.
|
friend |