SFF++ library: reading and writing SFF from C++
sff::InputWaveform< C > Class Template Reference

#include <sffxx.h>

Collaboration diagram for sff::InputWaveform< C >:

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
 

Detailed Description

template<class C>
class sff::InputWaveform< C >

Definition at line 346 of file sffxx.h.


The documentation for this class was generated from the following file: