TF++, Miscellaneous classes and modules in C++:

◆ FortranBinOutput()

tfxx::fortranio::FortranBinOutput::FortranBinOutput ( std::ostream &  os)
inline

start writing to output stream os

Definition at line 203 of file fortranio.h.

203  :
204  Mostream(os), Mbuffer(std::string()) { }
std::ostream & Mostream
The output stream to write to.
Definition: fortranio.h:222
std::ostringstream Mbuffer
The buffering is done by a stringstream.
Definition: fortranio.h:224