GSE++ library: reading and writing GSE waveforms

◆ report_status()

template<int n, class OP>
void GSE2::waveform::differences::Tdiff_operator< n, OP >::report_status ( std::ostream &  os) const
inline

report status (for debugging)

Definition at line 247 of file gsexx.h.

Referenced by GSE2::waveform::TDAT2writeCM6::convert().

248  {
249  Mdiff.report_status(os);
250  os << "operator of order " << n
251  << " holds value: " << Mop.previous_value() << std:: endl;
252  }
Tdiff_operator< n-1, OP > Mdiff
next lower order operator
Definition: gsexx.h:257
Here is the caller graph for this function: