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

◆ operator>>() [3/15]

sequentialtracereader& datrw::operator>> ( sequentialtracereader is,
sff::INFO &  info 
)
inline

explicite input operator for sequentialtracereader

Definition at line 140 of file tracereader.h.

References datrw::sequentialtracereader::info().

142  { info=is.info(); return(is); }
Here is the call graph for this function: