SFF++ library: reading and writing SFF from C++
|
SFF file header elements. More...
#include <sffxx.h>
Public Member Functions | |
FileHeader () | |
FileHeader (const FREE &free) | |
FileHeader (const SRCE &srce) | |
FileHeader (const SRCE &srce, const FREE &free) | |
FileHeader (std::istream &is, const bool &debug=false) | |
void | write (std::ostream &) const |
void | read (std::istream &, const bool &debug=false) |
const STAT & | stat () const |
const FREE & | free () const |
const SRCE & | srce () const |
const bool & | hassrce () const |
const bool & | hasfree () const |
void | appendfree (const std::string &line) |
void | setfree (const FREE &free) |
void | setsrce (const SRCE &srce) |
Private Attributes | |
STAT | Mstat |
FREE | Mfree |
SRCE | Msrce |
SFF file header elements.
Holds all file header elements. Supports reading and writing of SFF file headers.