1 #ifndef _json_fd_reader_hpp_ 2 #define _json_fd_reader_hpp_ 45 fd_reader(
int fd,
int max_message_length,
bool block_read);
53 virtual int read_next_char();
60 virtual bool read_next_block();
int m_fd
Underlying POSIX file descriptor.
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.
A derived class of reader that reads from POSIX file descriptors.