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

◆ put_char()

void tfxx::fortranio::FortranBinOutput::put_char ( const char &  c)
private

put the next char to the output

put one character to the buffer

Definition at line 178 of file fortranio.cc.

References Mbuffer.

179  { Mbuffer.write(&c, 1); }
std::ostringstream Mbuffer
The buffering is done by a stringstream.
Definition: fortranio.h:224