FACT++  1.0
CompressedFitsFile::HeaderEntry::HeaderEntry ( )
inline

Default constructor

Definition at line 31 of file fitsDecompressor.cc.

31  : _key(""),
32  _value(""),
33  _comment(""),
34  _fitsString("")
35  {
36  }
string _comment
the comment associated to the header entry
string _value
the value of the header entry
string _key
the key (name) of the header entry
string _fitsString
the string that will be written to the fits file