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

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

Definition at line 192 of file AnnotationTableSet.h.

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

00193     {
00194         for (int i=0 ; i<mTables.size() ; i++)
00195         {
00196             std::cout << "AnnotationTable " << i << ", label = " << GetLabel(i)
00197                       << std::endl;
00198             if (doTable)
00199                 GetTable(i)->Dump();
00200         }
00201     }

Here is the call graph for this function:


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