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

◆ setwid2()

void sff::helper::ostream_manager::setwid2 ( const WID2 wid2)

Definition at line 76 of file sffostream.cc.

References Mdebug, Mtraceheader, Mtraceinprogress, and sff::TraceHeader::setwid2().

Referenced by sff::operator<<().

77  {
78  Mtraceheader.setwid2(wid2);
79  Mtraceinprogress=true;
80  if (Mdebug) { cout << "DEBUG (ostream_manager::setwid2) finished" << endl; }
81  }
void setwid2(const WID2 &wid2line)
Definition: sffxx.h:314
Here is the call graph for this function:
Here is the caller graph for this function: