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

void Impala::Core::Table::AnnotationTableSet::Dump ( bool  doTable  )  [inline]

Definition at line 252 of file AnnotationTableSet.h.

References Impala::Core::Table::AnnotationTable::Dump(), GetLabel(), GetTable(), and mTables.

00253     {
00254         for (int i=0 ; i<mTables.size() ; i++)
00255         {
00256             std::cout << "AnnotationTable " << i << ", label = " << GetLabel(i)
00257                       << std::endl;
00258             if (doTable)
00259                 GetTable(i)->Dump();
00260         }
00261     }

Here is the call graph for this function:


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