PackedBoolList & operator &=(const PackedList< 1 > &)
And operator (lists may be dissimilar sizes)
void subset(const PackedList< 1 > &)
Subset with the specified list.
void flip()
Invert the bits in the addressable region.
void transfer(PackedList< nBits > &)
Transfer the contents of the argument list into this list.
A dynamically allocatable list of packed unsigned integers.
void operator=(const bool val)
Assignment of all entries to the given value.
void clear()
Clear the list, i.e. set addressable size to zero.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
PackedBoolList operator~() const
Complement operator.
PackedBoolList()
Construct null.
PackedBoolList & operator-=(const PackedList< 1 > &)
Remove entries from this list - unset the specified bits.
PackedBoolList & operator+=(const PackedList< 1 > &)
Add entries to this list, synonymous with the or operator.
void transfer(PackedBoolList &)
Transfer the contents of the argument list into this list.
void operator=(const unsigned int val)
Assignment of all entries to the given value. Takes linear time.
A List with indirect addressing.
autoPtr< PackedBoolList > clone() const
Clone.
void unset(const PackedList< 1 > &)
Unset specified bits.
label size() const
Number of entries.
PackedBoolList & operator|=(const PackedList< 1 > &)
Or operator (lists may be dissimilar sizes)