FACT++  1.0
std::vector<Table::Column>::const_iterator ofits::findcol ( const std::string &  name)
inlineprotected

Definition at line 331 of file ofits.h.

References ofits::Table::cols.

Referenced by AddColumn().

332  {
333  for (auto it=fTable.cols.cbegin(); it!=fTable.cols.cend(); it++)
334  if (name==it->name)
335  return it;
336 
337  return fTable.cols.cend();
338  }
Table fTable
Definition: ofits.h:327
std::vector< Column > cols
Definition: ofits.h:319

+ Here is the caller graph for this function: