FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T >
T fits::Entry::Get
(
)
const
inline
Definition at line
78
of file
fits.h
.
References
str
, and
t
.
79
{
80
T
t
;
81
82
std::istringstream
str
(
value
);
83
str
>>
t
;
84
85
return
t
;
86
}
str
char str[80]
Definition:
test_client.c:7
fits::Entry::value
std::string value
Definition:
fits.h:73
t
TT t
Definition:
test_client.c:26
fits
Entry
Generated on Sun Sep 18 2016 20:50:52 for FACT++ by
1.8.11