TSIO++ Time series input/output

◆ operator<<() [1/6]

datrw::odatstream& ts::sff::operator<< ( datrw::odatstream &  os,
const FileHeader fh 
)
inline

Definition at line 64 of file outputoperators.h.

References ts::sff::FileHeader::free(), ts::sff::FileHeader::hasfree(), ts::sff::FileHeader::hassrce(), and ts::sff::FileHeader::srce().

66  {
67  if (fh.hasfree()) { os << fh.free(); }
68  if (fh.hassrce()) { os << fh.srce(); }
69  return os;
70  }
Here is the call graph for this function: