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

◆ setinfo()

void sff::helper::ostream_manager::setinfo ( const INFO info)

Definition at line 69 of file sffostream.cc.

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

Referenced by sff::operator<<().

70  {
71  Mtraceheader.setinfo(info);
72  Mtraceinprogress=true;
73  if (Mdebug) { cout << "DEBUG (ostream_manager::setinfo) finished" << endl; }
74  }
void setinfo(const INFO &infoline)
Definition: sffxx.h:316
Here is the call graph for this function:
Here is the caller graph for this function: