FACT++  1.0
template<typename T >
void CompressedFitsFile::HeaderEntry::setValue ( const T &  val)
inline

Set a keyword value.

Parameters
valueThe value to be set
updatewhether the value already exist or not. To be modified soon.

Definition at line 114 of file fitsCompressor.cc.

References str.

115  {
116  ostringstream str;
117  str << val;
118  _value = str.str();
119  buildFitsString();
120  };
string _value
the value of the header entry
char str[80]
Definition: test_client.c:7