SFF++ library: reading and writing SFF from C++
|
#include <sffxx.h>
Public Types | |
typedef C | Tcontainer |
Public Member Functions | |
InputWaveform (const bool &debug=false) | |
InputWaveform (std::istream &is, const bool &debug=false) | |
void | read (std::istream &is) |
const bool & | valid () const |
Tcontainer | series () const |
TraceHeader | header () const |
const bool & | last () const |
Private Attributes | |
bool | Mvalid |
Tcontainer | Mseries |
TraceHeader | Mheader |
bool | Mdebug |