indexSetComplement Class Template Reference
[Index sets]

Index set representing the complement of another index sets. More...

#include <indexSet.h>

Inheritance diagram for indexSetComplement:

indexSet managedObject goblinRootObject

Public Member Functions

 indexSetComplement (indexSet< TItem > &_set1) throw ()
 ~indexSetComplement () throw ()
unsigned long Size () const throw ()
bool IsMember (TItem i) const throw (ERRange)

Detailed Description

template<class TItem>
class indexSetComplement< TItem >

Index set representing the complement of another index sets.


Constructor & Destructor Documentation

indexSetComplement indexSet< TItem > &  _set1  )  throw ()
 

~indexSetComplement  )  throw ()
 


Member Function Documentation

bool IsMember TItem  i  )  const throw (ERRange) [virtual]
 

Test for indet set membership.

Parameters:
i An index to test for indet set membership
Return values:
true The indexed element is contained by this set

Implements indexSet.

unsigned long Size  )  const throw () [virtual]
 

Implements indexSet.