Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

template<class T>
bool Impala::Core::Table::CriterionQuidObjectInSet< T >::Check ( const typename T::Col1ElemType &  e1,
const typename T::Col2ElemType &  e2,
const typename T::Col3ElemType &  e3,
const typename T::Col4ElemType &  e4,
const typename T::Col5ElemType &  e5,
const typename T::Col6ElemType &  e6,
const typename T::Col7ElemType &  e7,
const typename T::Col8ElemType &  e8,
const typename T::Col9ElemType &  e9 
) [inline]

Definition at line 228 of file Criterion.h.

References Impala::Core::Table::CriterionQuidObjectInSet< T >::mSet, and Impala::QuidObject().

00237     {
00238         int qObj = QuidObject(e1);
00239         return std::find(mSet.begin(), mSet.end(), qObj) != mSet.end();
00240     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:50 2011 for ImpalaSrc by  doxygen 1.5.1