Go to the documentation of this file.
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;
76 #endif // __CLAW_BUFFERED_OSTREAM_HPP__