FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
std::vector<
Key
>::iterator ofits::findkey
(
const std::string &
key
)
inline
private
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
}
ofits::fKeys
std::vector< Key > fKeys
Definition:
ofits.h:249
Here is the caller graph for this function:
ofits
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11