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

◆ SFFostream()

template<class C>
sff::SFFostream< C >::SFFostream ( std::ostream &  os,
const bool &  debug = false 
)
inline

Definition at line 116 of file sffostream.h.

116  :
117  Tbase(os, debug), Mhasseries(false) { }
helper::ostream_manager Tbase
Definition: sffostream.h:115