TSIO++ Time series input/output

◆ operator<<() [2/6]

datrw::odatstream& ts::sff::operator<< ( datrw::odatstream &  os,
const TraceHeader th 
)
inline

Definition at line 75 of file outputoperators.h.

References ts::sff::TraceHeader::free(), ts::sff::TraceHeader::hasfree(), ts::sff::TraceHeader::hasinfo(), ts::sff::TraceHeader::info(), and ts::sff::TraceHeader::wid2().

77  {
78  os << th.wid2();
79  if (th.hasfree()) { os << th.free(); }
80  if (th.hasinfo()) { os << th.info(); }
81  return os;
82  }
Here is the call graph for this function: