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

◆ nextislast()

void sff::helper::ostream_manager::nextislast ( )

Definition at line 113 of file sffostream.cc.

References Mdebug, and Mlast.

Referenced by sff::SFFostream< C >::~SFFostream().

114  {
115  Mlast=true;
116  if (Mdebug)
117  { cout << "DEBUG (ostream_manager::nextislast) finished" << endl; }
118  }
Here is the caller graph for this function: