FACT++  1.0
void FitsDumper::ListFileContent ( ) const
private

Definition at line 168 of file fitsdump.cc.

References fFilename, and fits::GetTables().

Referenced by Exec().

169 {
170  const std::vector<std::string> &tables = GetTables();
171 
172  cout << "File " << fFilename << " has " << tables.size() << " table(s): " << endl;
173  for (auto it=tables.begin(); it!=tables.end(); it++)
174  cout << " * " << *it << endl;
175 }
string fFilename
Definition: fitsdump.cc:67
const std::vector< std::string > & GetTables() const
Definition: fits.h:1041

+ Here is the call graph for this function:

+ Here is the caller graph for this function: