// Types used internal to the representation
typedef std::bitset<BITSET_WORDSIZE> bitword;
typedef bitword::reference reference;
- class iterator;
// Data used in the representation
std::vector<bitword> bitsetVec;
BitSetVector(); // do not implement!
public:
+ class iterator;
///
/// Constructor: create a set of the maximum size maxSetSize.
/// The set is initialized to empty.
// Types used internal to the representation
typedef std::bitset<BITSET_WORDSIZE> bitword;
typedef bitword::reference reference;
- class iterator;
// Data used in the representation
std::vector<bitword> bitsetVec;
BitSetVector(); // do not implement!
public:
+ class iterator;
///
/// Constructor: create a set of the maximum size maxSetSize.
/// The set is initialized to empty.