|
SFF++ library: reading and writing SFF from C++
|
#include <sffxx.h>

Public Member Functions | |
| SkipWaveform () | |
| SkipWaveform (std::istream &is) | |
| void | read (std::istream &is) |
| const bool & | valid () const |
| TraceHeader | header () const |
| const bool & | last () const |
Private Attributes | |
| bool | Mvalid |
| TraceHeader | Mheader |