- at
bool at(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- bits
const(char)* bits()
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- clearBit
void clearBit(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- count
int count()
Undocumented in source. Be warned that the author may not have intended to support it.
- count
int count(bool on)
Undocumented in source.
- data_ptr
DataPtr data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
- detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
bool fill(bool aval, int asize)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
void fill(bool val, int first, int last)
Undocumented in source.
- isDetached
bool isDetached()
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
- isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QBitRef opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
bool opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
QBitRef opIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
bool opIndex(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
QBitArray opOpAssign(const(QBitArray) )
Undocumented in source.
- opOpAssign
QBitArray opOpAssign(const(QBitArray) )
Undocumented in source.
- resize
void resize(int size)
Undocumented in source.
- setBit
void setBit(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- setBit
void setBit(int i, bool val)
Undocumented in source. Be warned that the author may not have intended to support it.
- size
int size()
Undocumented in source. Be warned that the author may not have intended to support it.
- testBit
bool testBit(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleBit
bool toggleBit(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- truncate
void truncate(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.