Definition at line 703 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(). 00704 { 00705 typedef Core::VideoSet::TaskTable TaskTable; 00706 00707 CmdOptions& options = CmdOptions::GetInstance(); 00708 Util::Database* db = &Util::Database::GetInstance(); 00709 String fName = options.GetArg(1); 00710 TaskTable table(fName, db); 00711 //Core::Table::Read(&table, fName); 00712 table.Dump(options.GetInt("start"), options.GetInt("end")); 00713 }
Here is the call graph for this function: ![]()
|