indexSetCut Class Template Reference
[Index sets]

Index set representing the cut of two index sets. More...

#include <indexSet.h>

Inheritance diagram for indexSetCut:

indexSet managedObject goblinRootObject

Public Member Functions

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

Detailed Description

template<class TItem>
class indexSetCut< TItem >

Index set representing the cut of two index sets.


Constructor & Destructor Documentation

indexSetCut indexSet< TItem > &  _set1,
indexSet< TItem > &  _set2
throw ()
 

~indexSetCut  )  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.