FACT++  1.0
template<typename T >
T fits::Get ( const std::string &  key,
const std::string &  deflt 
) const
inline

Definition at line 968 of file fits.h.

References fits::Table::Get().

969  {
970  return fTable.Get<T>(key, deflt);
971  }
T Get(const std::string &key) const
Definition: fits.h:419
Table fTable
Definition: fits.h:502

+ Here is the call graph for this function: