FACT++  1.0
std::vector<Key>::iterator ofits::findkey ( const std::string &  key)
inlineprivate

Definition at line 251 of file ofits.h.

Referenced by CopyKeys(), Set(), and SetKeyComment().

252  {
253  for (auto it=fKeys.begin(); it!=fKeys.end(); it++)
254  if (key==it->key)
255  return it;
256 
257  return fKeys.end();
258  }
std::vector< Key > fKeys
Definition: ofits.h:249

+ Here is the caller graph for this function: