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

int Impala::Core::IDash::QuerySetTable::Find ( CString  qSetId,
CString  caseId 
) const [inline]

Definition at line 46 of file QuerySetTable.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get1(), Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Get4(), and Impala::Core::Table::Table::Size().

Referenced by GetUrl(), and GetVideosLink().

00047     {
00048         for (int i=0 ; i<Size() ; i++)
00049             if ((Get1(i) == qSetId) && (Get4(i) == caseId))
00050                 return i;
00051         return Size();
00052     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:12:50 2010 for ImpalaSrc by  doxygen 1.5.1