Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:20:42 2011 for ImpalaSrc by  doxygen 1.5.1