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

◆ operator>>() [3/3]

std::istream& sff::operator>> ( std::istream &  is,
SkipWaveform swf 
)
inline

Definition at line 387 of file sffxx.h.

References sff::SkipWaveform::read().

388  { swf.read(is); return(is); }
Here is the call graph for this function: