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

◆ operator>>() [1/3]

std::istream& datrw::hpmo::operator>> ( std::istream &  is,
Header hd 
)
inline

read header from C++ stream

Definition at line 148 of file readhpmo.h.

References datrw::hpmo::Header::readheader().

149  { hd.readheader(is); return(is); }
Here is the call graph for this function: