SFF++ library: reading and writing SFF from C++

◆ InputWaveform() [2/2]

template<class C>
sff::InputWaveform< C >::InputWaveform ( std::istream &  is,
const bool &  debug = false 
)
inline

Definition at line 351 of file sffxx.h.

References sff::InputWaveform< C >::read().

351  :
352  Mdebug(debug) { this->read(is); }
void read(std::istream &is)
Definition: sffxx.h:460
Here is the call graph for this function: