51 int _mask[_size /
sizeof(int) + 1]{};
57#include <misc/gen/TBitSet.hpp>
Template for creating large memory inexpensive bitmasks or bit sets.
Definition TBitSet.h:15
void clear()
Clears all bits.
bool has(int bit)
Tests if a bit has been Set.
void reset(int bit)
Resets a single bit.
void set(int bit)
Sets a single bit.
TBitSet()
Default constructor.
bool isClear()
Returns true if one of the bits has been Set.
Definition Application.h:10