FACT++  1.0
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  }
bool delim
Definition: ofits.h:38
std::string comment
Definition: ofits.h:40
std::string value
Definition: ofits.h:39

+ Here is the caller graph for this function: