BitVectorRepr::BitVectorRepr
Constructors
Synopses
Declared in <support/BitVectorRepr.h>
Default constructor
Copy constructor
BitVectorRepr(BitVectorRepr const& that);
Construct from unsigned int
BitVectorRepr(unsigned int size);
Construct from BitVectorReprImpl
BitVectorRepr(BitVectorReprImpl const& _impl);
Construct from BitVectorReprImpl
BitVectorRepr(BitVectorReprImpl* _impl);
Created with MrDocs