![]() |
Argo
1.0
A C++ library for handling JSON.
|
A derived class of writer that writes to stdio FILEs. More...
#include <file_writer.hpp>
Public Member Functions | |
file_writer (FILE *f) | |
Constructor. | |
virtual void | write (const std::string &s) |
![]() | |
writer () | |
Constructor. | |
A derived class of writer that writes to stdio FILEs.
Definition at line 36 of file file_writer.hpp.
|
virtual |
Writes a character to the file using fwrite()
json_io_exception | Thrown if fwrite fails in some way. |
Implements argo::writer.
Definition at line 38 of file file_writer.cpp.