FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
std::vector<
Table::Column
>::const_iterator ofits::findcol
(
const std::string &
name
)
inline
protected
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
}
ofits::fTable
Table fTable
Definition:
ofits.h:327
ofits::Table::cols
std::vector< Column > cols
Definition:
ofits.h:319
Here is the caller graph for this function:
ofits
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11