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

AnnotationTable* Impala::Core::Table::AnnotationTableSet::GetTable ( CString  label  )  [inline]

Definition at line 130 of file AnnotationTableSet.h.

References GetLabel(), and mTables.

00131     {
00132         for (int i=0 ; i<mTables.size() ; i++)
00133             if (GetLabel(i) == label)
00134                 return mTables[i];
00135         return 0;
00136     }

Here is the call graph for this function:


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