SFF++ library: reading and writing SFF from C++

◆ writeheader()

void sff::TraceHeader::writeheader ( std::ostream &  os) const

Definition at line 849 of file sffxx.cc.

References sff::DAST::line(), sff::WID2::line(), Mdast, Mdebug, and Mwid2.

Referenced by sff::operator<<().

850  {
851  if (Mdebug) { std::cerr << "DEBUG: write DAST line" << std::endl; }
852  os << Mdast.line();
853  if (Mdebug) { std::cerr << "DEBUG: write WID2 line" << std::endl; }
854  os << Mwid2.line();
855  }
std::string line() const
Definition: sffxx.cc:493
std::string line() const
Definition: sffxx.cc:657
Here is the call graph for this function:
Here is the caller graph for this function: