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

◆ clearlast()

void sff::helper::ostream_manager::clearlast ( )

Definition at line 120 of file sffostream.cc.

References Mdebug, and Mlast.

121  {
122  Mlast=false;
123  if (Mdebug)
124  { cout << "DEBUG (ostream_manager::clearlast) finished" << endl; }
125  }