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

KeywordList Impala::Core::Table::AnnotationTableSet::GetLabels (  )  const [inline]

Definition at line 108 of file AnnotationTableSet.h.

References GetLabel(), and mTables.

Referenced by Impala::Persistency::AnnotationTableSetRepository::Add().

00109     {
00110         KeywordList res;
00111         for (int i=0 ; i<mTables.size() ; i++)
00112             res.push_back(GetLabel(i));
00113         return res;
00114     }

Here is the call graph for this function:


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