1 #ifndef _json_stream_reader_hpp_ 2 #define _json_stream_reader_hpp_ 47 stream_reader(std::istream *s,
int max_message_length,
bool block_read);
55 virtual int read_next_char();
62 virtual bool read_next_block();
A class to read JSON messages from various types of input stream.
#define NAMESPACE
You can change the namespace of the whole library by changing this value.
std::istream * m_stream
The C++ stream to read from.
A class to read JSON messages from C++ istreams.