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

◆ ~SFFostream()

template<class C>
sff::SFFostream< C >::~SFFostream ( )
inline

Definition at line 118 of file sffostream.h.

References sff::SFFostream< C >::Mhasseries, sff::helper::ostream_manager::nextislast(), and sff::SFFostream< C >::write().

119  {
120  if (!Mhasseries) throw
121  Terror("ERROR (~SFFostream): no waveform!");
122  this->nextislast();
123  write();
124  }
Here is the call graph for this function: