The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QBitArray

PUBLIC METHODS

QBitArray()
QBitArray(const QBitArray & other)
QBitArray(int size, bool val)
QBitArray(int size, bool val = false)
void clear()
void clearBit(int i)
int count()
int count(bool on)
void detach()
bool fill(bool val, int size)
bool fill(bool val, int size = -1)
void fill(bool val, int first, int last)
bool isDetached()
bool isEmpty()
bool isNull()
bool operator!=(const QBitArray & a)
QBitArray & operator&=(const QBitArray & arg0)
QBitArray & operator=(const QBitArray & other)
bool operator==(const QBitArray & a)
QBitRef operator[](int i)
bool operator[](int i)
QBitRef operator[](uint i)
bool operator[](uint i)
QBitArray & operator^=(const QBitArray & arg0)
QBitArray & operator|=(const QBitArray & arg0)
QBitArray operator~()
void resize(int size)
void setBit(int i)
void setBit(int i, bool val)
int size()
bool testBit(int i)
bool toggleBit(int i)
void truncate(int pos)

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html