FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
size_t fits::Table::GetN
(
const std::string &
key
)
const
inline
Definition at line
444
of file
fits.h
.
Referenced by
fits::GetN()
.
445
{
446
const
Columns::const_iterator it =
cols
.find(key);
447
return
it==
cols
.end() ? 0 : it->second.num;
448
}
fits::Table::cols
Columns cols
Definition:
fits.h:116
Here is the caller graph for this function:
fits
Table
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11