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

◆ operator<<() [3/3]

std::ostream& datrw::hpmo::operator<< ( std::ostream &  os,
const MinuteBlock block 
)
inline

dump a minute block

Definition at line 170 of file readhpmo.h.

References dump().

172  { dump(os, block); return(os); }
void dump(std::ostream &os, const SampleBlock &block)
dump one block of samples
Definition: readhpmo.cc:161
Here is the call graph for this function: