25 #ifndef _CBITSETCOLLECTION 26 #define _CBITSETCOLLECTION 27 #include "libGIFTAcInvertedFile/include/uses-declarations.h" 31 ****************************************
33 * modification history:
35 * HM 090399 created the documentation
37 ****************************************
39 * compiler defines used:
42 ****************************************/
45 #include "libMRML/include/TID.h" 46 #include "CBitVector.h" 61 class CBitSetCollection:
public list<CBitVector>{
63 CBitVector mPresentlyConsistentSet;
69 CBitVector mSetOfUsedElements;
77 int addResult(
const CBitVector& inResult);
103 CBitVector
const& getPresentlyConsistentSet()
const;
105 void setPresentlyConsistentSet(
const list<long>& inIDList);