CMS 3D CMS Logo

FlatTable.cc
Go to the documentation of this file.
2 
4  for (unsigned int i = 0, n = columns_.size(); i < n; ++i) {
5  if (columns_[i].name == name) return i;
6  }
7  return -1;
8 }
int columnIndex(const std::string &name) const
Definition: FlatTable.cc:3
std::vector< Column > columns_
Definition: FlatTable.h:133