TSIO++ Time series input/output
|
hold information for a complete SFF file header More...
#include <fileheader.h>
Public Member Functions | |
FileHeader () | |
void | srce (const ::sff::SRCE &s) |
void | free (const ::sff::FREE &f) |
void | append (const ::sff::FREE &f) |
::sff::FREE | free () const |
::sff::SRCE | srce () const |
bool | hasfree () const |
bool | hassrce () const |
Private Attributes | |
::sff::FREE | Mfree |
::sff::SRCE | Msrce |
bool | Mhasfree |
bool | Mhassrce |
hold information for a complete SFF file header
Definition at line 49 of file fileheader.h.