1 #ifndef _json_stream_writer_hpp_ 2 #define _json_stream_writer_hpp_ 50 virtual void write(
const std::string &s);
54 std::ostream *m_stream;
Simple proxy for write operations on various types of stream.
A class to write JSON messages to a C++ istream.
#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.