1 #ifndef _json_file_writer_hpp_ 2 #define _json_file_writer_hpp_ 47 virtual void write(
const std::string &s);
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.
A derived class of writer that writes to stdio FILEs.