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

◆ setsrce()

void sff::helper::ostream_manager::setsrce ( const SRCE srce)

Definition at line 83 of file sffostream.cc.

References Mdebug, Mfileheader, and sff::FileHeader::setsrce().

Referenced by sff::operator<<().

84  {
85  Mfileheader.setsrce(srce);
86  if (Mdebug) { cout << "DEBUG (ostream_manager::setsrce) finished" << endl; }
87  }
void setsrce(const SRCE &srce)
Definition: sffxx.h:258
Here is the call graph for this function:
Here is the caller graph for this function: