1 #ifndef _json_file_reader_hpp_ 2 #define _json_file_reader_hpp_ 47 file_reader(FILE *f,
int max_message_length,
bool block_read);
55 virtual int read_next_char();
62 virtual bool read_next_block();
A derived class of reader that reads from stdio FILEs.
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.
FILE * m_file
File to read from.