QBitArray
#include <QtCore/QBitArray>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QBitArray
Overview
Public Types Index
QByteArray::DataPtr | DataPtr |
Public Functions Index
QBitArray () | |
QBitArray (int size, bool val=false) | |
QBitArray (const QBitArray &other) | |
bool | at (int i) const |
void | clear () |
void | clearBit (int i) |
int | count () const |
int | count (bool on) const |
DataPtr & | data_ptr () |
void | detach () |
bool | fill (bool val, int size=-1) |
void | fill (bool val, int first, int last) |
bool | isDetached () const |
bool | isEmpty () const |
bool | isNull () const |
bool | operator!= (const QBitArray &a) const |
QBitArray & | operator&= (const QBitArray &) |
QBitArray & | operator= (const QBitArray &other) |
bool | operator== (const QBitArray &a) const |
QBitRef | operator[] (int i) |
bool | operator[] (int i) const |
QBitRef | operator[] (uint i) |
bool | operator[] (uint i) const |
QBitArray & | operator^= (const QBitArray &) |
QBitArray & | operator|= (const QBitArray &) |
QBitArray | operator~ () const |
void | resize (int size) |
void | setBit (int i) |
void | setBit (int i, bool val) |
int | size () const |
void | swap (QBitArray &other) |
bool | testBit (int i) const |
bool | toggleBit (int i) |
void | truncate (int pos) |
Public Types
typedef QByteArray::DataPtr
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy