Eneboo - Documentación para desarrolladores
|
The QBitVal class is an internal class, used with QBitArray. Más...
#include <qbitarray.h>
Métodos públicos | |
QBitVal (QBitArray *a, uint i) | |
operator int () | |
QBitVal & | operator= (const QBitVal &v) |
QBitVal & | operator= (bool v) |
QBitVal (QBitArray *a, uint i) | |
operator int () | |
QBitVal & | operator= (const QBitVal &v) |
QBitVal & | operator= (bool v) |
The QBitVal class is an internal class, used with QBitArray.
The QBitVal is required by the indexing [] operator on bit arrays. It is not for use in any other context.
Constructs a reference to element i in the QBitArray a. This is what QBitArray::operator[] constructs its return value with.
QBitVal::operator int | ( | ) |