31 stream_writer::stream_writer(ostream *s) :
writer(), m_stream(s)
38 (*m_stream) << s.c_str();
Simple proxy for write operations on various types of stream.
#define NAMESPACE
You can change the namespace of the whole library by changing this value.
Common defs needed everywhere and, as far as is possible, platform specific changes.
virtual void write(const std::string &s)