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

◆ last()

template<class C>
const bool& sff::InputWaveform< C >::last ( ) const
inline

Definition at line 357 of file sffxx.h.

References sff::TraceHeader::dast(), sff::DAST::last, and sff::InputWaveform< C >::Mheader.

Referenced by test_read_file(), and test_skip_trace().

357 { return(Mheader.dast().last); }
TraceHeader Mheader
Definition: sffxx.h:361
bool last
Definition: sffxx.h:190
const DAST & dast() const
Definition: sffxx.h:306
Here is the call graph for this function:
Here is the caller graph for this function: