This class is made to help writing in ostreams with a buffer. More...
#include <buffered_ostream.hpp>
Public Member Functions | |
| buffered_ostream (stream_type &f, unsigned int buffer_size=1024) | |
| template<typename T> | |
| void | write (T v) |
| void | write (const char *p, unsigned int n) |
| void | flush () |
This class is made to help writing in ostreams with a buffer.
Definition at line 40 of file buffered_ostream.hpp.