TSIO++ Time series input/output

◆ operator>>() [1/3]

datrw::idatstream & ts::sff::operator>> ( datrw::idatstream &  is,
FileHeader fh 
)

Definition at line 47 of file inputoperators.cc.

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

49  {
50  ::sff::FREE free;
51  ::sff::SRCE srce;
52  fh=FileHeader();
53  if (is.hasfree()) { is >> free; fh.free(free); }
54  if (is.hassrce()) { is >> srce; fh.srce(srce); }
55  return(is);
56  }
Here is the call graph for this function: