|
TSIO++ Time series input/output
|
hold information for a complete SFF trace header More...
#include <traceheader.h>
Public Member Functions | |
| TraceHeader () | |
| void | info (const ::sff::INFO &s) |
| void | free (const ::sff::FREE &f) |
| void | wid2 (const ::sff::WID2 &w) |
| void | append (const ::sff::FREE &f) |
| ::sff::FREE | free () const |
| ::sff::INFO | info () const |
| ::sff::WID2 | wid2 () const |
| bool | hasfree () const |
| bool | hasinfo () const |
| void | read (std::istream &is, const bool &verbose=false) |
Private Attributes | |
| ::sff::FREE | Mfree |
| ::sff::INFO | Minfo |
| ::sff::WID2 | Mwid2 |
| bool | Mhasfree |
| bool | Mhasinfo |
hold information for a complete SFF trace header
Definition at line 49 of file traceheader.h.