16#ifndef OBuffer_included
17#define OBuffer_included
47 std::ostringstream* buf_ =
nullptr;
bool bin_
Is this a binary flux?
const char * str()
Returns a pointer to the beginning of the buffer.
Sortie & flush() override
Forces writing of buffered data to disk. Uses the ofstream implementation.
void put_null_char()
Appends a null character at the end of the buffer to make it a valid C string.
void precision(int) override
void set_bin(bool bin) override