FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
size_t ofits::Key::CalcSize
(
)
const
inline
Definition at line
181
of file
ofits.h
.
Referenced by
check()
.
182
{
183
if
(!
delim
)
184
return
10+
comment
.size();
185
186
return
10 + (
value
.size()<20?20:
value
.size()) + 3 +
comment
.size();
187
}
ofits::Key::delim
bool delim
Definition:
ofits.h:38
ofits::Key::comment
std::string comment
Definition:
ofits.h:40
ofits::Key::value
std::string value
Definition:
ofits.h:39
Here is the caller graph for this function:
ofits
Key
Generated on Sun Sep 18 2016 20:50:55 for FACT++ by
1.8.11