DATRW++ library: seismic data I/O with multiple formats

◆ reportsff()

template<class C >
void reportsff ( const C &  out,
const C &  in 
)

Definition at line 84 of file binarytest.cc.

Referenced by main().

85 {
86  cout << "written to file:" << endl;
87  ::sff::verbose(cout, out);
88  cout << "read from file:" << endl;
89  ::sff::verbose(cout, in);
90 }
Here is the caller graph for this function: