FACT++  1.0
CompressedFitsFile::HeaderEntry Class Reference
+ Collaboration diagram for CompressedFitsFile::HeaderEntry:

Public Member Functions

 HeaderEntry ()
 
template<typename T >
 HeaderEntry (const string &k, const T &val, const string &comm)
 
string Trim (const string &str, char c=' ')
 
 HeaderEntry (const string &line)
 
 HeaderEntry (const vector< char > &lineVec)
 
virtual ~HeaderEntry ()
 
const string & value () const
 
const string & key () const
 
const string & comment () const
 
const string & fitsString () const
 
template<typename T >
void setValue (const T &val)
 
void setComment (const string &comm)
 
 HeaderEntry ()
 
template<typename T >
 HeaderEntry (const string &k, const T &val, const string &comm)
 
string Trim (const string &str, char c=' ')
 
 HeaderEntry (const string &line)
 
 HeaderEntry (const vector< char > &lineVec)
 
virtual ~HeaderEntry ()
 
const string & value () const
 
const string & key () const
 
const string & comment () const
 
const string & fitsString () const
 
template<typename T >
void setValue (const T &val)
 
void setComment (const string &comm)
 
template<>
void setValue (const string &v)
 

Private Member Functions

void buildFitsString ()
 
void buildFitsString ()
 

Private Attributes

string _key
 the key (name) of the header entry More...
 
string _value
 the value of the header entry More...
 
string _comment
 the comment associated to the header entry More...
 
string _fitsString
 the string that will be written to the fits file More...
 

Detailed Description

Definition at line 25 of file fitsCompressor.cc.


The documentation for this class was generated from the following files: