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

◆ put_chars()

void tfxx::fortranio::FortranBinOutput::put_chars ( const char *  buf,
const int &  n 
)
private

put some chars to the output

put a set of characters to the buffer

Definition at line 172 of file fortranio.cc.

References Mbuffer.

Referenced by put().

173  { Mbuffer.write(buf, n); }
std::ostringstream Mbuffer
The buffering is done by a stringstream.
Definition: fortranio.h:224
Here is the caller graph for this function: