FACT++  1.0
size_t fits::GetN ( const std::string &  key) const
inline

Definition at line 1013 of file fits.h.

References fits::Table::GetN().

1014  {
1015  return fTable.GetN(key);
1016  }
size_t GetN(const std::string &key) const
Definition: fits.h:444
Table fTable
Definition: fits.h:502

+ Here is the call graph for this function: