EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
This is the complete list of members for ewah::BoolArray< uword >, including all inherited members.
addWord(const uword val) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
append(const BoolArray &a) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | |
bitmapOf(size_t n,...) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inlinestatic |
BoolArray(const size_t n, const uword initval=0) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
BoolArray() (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
BoolArray(const BoolArray &ba) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
get(const size_t pos) const | ewah::BoolArray< uword > | inline |
getWord(const size_t pos) const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
inplace_logicaland(const BoolArray &ba) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
inplace_logicalandnot(const BoolArray &ba) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
inplace_logicalnot() (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
inplace_logicalor(const BoolArray &ba) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
inplace_logicalxor(const BoolArray &ba) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
logicaland(const BoolArray &ba, BoolArray &out) const | ewah::BoolArray< uword > | inline |
logicaland(const BoolArray &a) const | ewah::BoolArray< uword > | inline |
logicalandnot(const BoolArray &ba, BoolArray &out) const | ewah::BoolArray< uword > | inline |
logicalandnot(const BoolArray &a) const | ewah::BoolArray< uword > | inline |
logicalandnot() const | ewah::BoolArray< uword > | inline |
logicalnot(BoolArray &out) const | ewah::BoolArray< uword > | inline |
logicalor(const BoolArray &ba, BoolArray &out) const | ewah::BoolArray< uword > | inline |
logicalor(const BoolArray &a) const | ewah::BoolArray< uword > | inline |
logicalxor(const BoolArray &ba, BoolArray &out) const | ewah::BoolArray< uword > | inline |
logicalxor(const BoolArray &a) const | ewah::BoolArray< uword > | inline |
makeSameSize(BoolArray &a) | ewah::BoolArray< uword > | inline |
numberOfOnes() const | ewah::BoolArray< uword > | inline |
operator std::string() const | ewah::BoolArray< uword > | inline |
operator!=(const BoolArray &x) const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
operator<< (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | friend |
operator=(const BoolArray &x) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
operator==(const BoolArray &x) const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
padWithZeroes(const size_t totalbits) | ewah::BoolArray< uword > | inline |
printout(std::ostream &o=std::cout) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
read(std::istream &in) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
readBuffer(std::istream &in, const size_t size) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
reset() | ewah::BoolArray< uword > | inline |
set(const size_t pos) | ewah::BoolArray< uword > | inline |
setSizeInBits(const size_t sizeib) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
setToSize(const BoolArray &a) | ewah::BoolArray< uword > | inline |
setWord(const size_t pos, const uword val) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
sizeInBits() const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
sizeInBytes() const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
sizeOnDisk() const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
toArray() const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
unset(const size_t pos) | ewah::BoolArray< uword > | inline |
wordinbits enum value (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | |
write(std::ostream &out) (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
write(std::ostream &out, const size_t numberofbits) const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
writeBuffer(std::ostream &out, const size_t numberofbits) const (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |
~BoolArray() (defined in ewah::BoolArray< uword >) | ewah::BoolArray< uword > | inline |