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

void Impala::Application::Table::DoDumpTaskTable (  ) 

Definition at line 1247 of file mainTable.cpp.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Dump(), Impala::CmdOptions::GetArg(), Impala::Util::Database::GetInstance(), Impala::CmdOptions::GetInstance(), and Impala::CmdOptions::GetInt().

Referenced by mainTable().

01248 {
01249     typedef Core::VideoSet::TaskTable TaskTable;
01250 
01251     CmdOptions& options = CmdOptions::GetInstance();
01252     Util::Database* db = &Util::Database::GetInstance();
01253     String fName = options.GetArg(1);
01254     TaskTable table(fName, db);
01255     //Core::Table::Read(&table, fName);
01256     table.Dump(options.GetInt("start"), options.GetInt("end"));
01257 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:51:10 2010 for ImpalaSrc by  doxygen 1.5.1