FACT++  1.0
bool fits::Table::HasKey ( const std::string &  key) const
inline

Definition at line 397 of file fits.h.

Referenced by fits::HasKey().

398  {
399  return keys.find(key)!=keys.end();
400  }
Keys keys
Definition: fits.h:118

+ Here is the caller graph for this function: