DEBSOURCES
Skip Quicknav
sources / bobcat / 3.01.00-1 / msg / setostream.cc
12345678
#include "msg.ih" void Msg::setOstream(string const &name) { open(s_fout, name); s_out.rdbuf(s_fout.rdbuf()); }