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

Definition at line 444 of file fits.h.

Referenced by fits::GetN().

445  {
446  const Columns::const_iterator it = cols.find(key);
447  return it==cols.end() ? 0 : it->second.num;
448  }
Columns cols
Definition: fits.h:116

+ Here is the caller graph for this function: