#include <qv4util_p.h>
Definition at line 28 of file qv4util_p.h.
◆ BitVector()
| QV4::BitVector::BitVector |
( |
int |
size = 0, |
|
|
bool |
value = false |
|
) |
| |
|
inline |
◆ assign()
| void QV4::BitVector::assign |
( |
int |
newSize, |
|
|
bool |
value |
|
) |
| |
|
inline |
◆ at()
| bool QV4::BitVector::at |
( |
int |
idx | ) |
const |
|
inline |
◆ clear()
| void QV4::BitVector::clear |
( |
| ) |
|
|
inline |
◆ clearBit()
| void QV4::BitVector::clearBit |
( |
int |
idx | ) |
|
|
inline |
◆ findNext()
| int QV4::BitVector::findNext |
( |
int |
start, |
|
|
bool |
value, |
|
|
bool |
wrapAround |
|
) |
| const |
|
inline |
◆ reserve()
| void QV4::BitVector::reserve |
( |
int |
size | ) |
|
|
inline |
◆ resize() [1/2]
| void QV4::BitVector::resize |
( |
int |
newSize | ) |
|
|
inline |
◆ resize() [2/2]
| void QV4::BitVector::resize |
( |
int |
newSize, |
|
|
bool |
newValue |
|
) |
| |
|
inline |
◆ setBit()
| void QV4::BitVector::setBit |
( |
int |
idx | ) |
|
|
inline |
◆ size()
| int QV4::BitVector::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: