30#ifndef __CLAW_BUFFERED_OSTREAM_HPP__
31#define __CLAW_BUFFERED_OSTREAM_HPP__
39 template<
typename Stream >
44 typedef Stream stream_type;
53 void write(
const char* p,
unsigned int n);
59 stream_type& m_stream;
74#include <claw/impl/buffered_ostream.tpp>
This class is made to help writing in ostreams with a buffer.
This is the main namespace.