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

template<class T>
void Impala::Core::Table::SelectQuidsByObject ( QuidTable *&  dst,
T *  src,
int  quidObject,
bool  doClearDst 
)

Select Quids in the first column of src that belong to the given object.

Definition at line 48 of file SelectQuids.h.

References SelectQuids().

00049 {
00050     CriterionQuidObjectEquals<T> crit(quidObject);
00051     SelectQuids(dst, src, crit, doClearDst);
00052 }

Here is the call graph for this function:


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