![]() |
Argo
1.0
A C++ library for handling JSON.
|
Simple proxy for write operations on various types of stream. More...
#include <writer.hpp>
Public Member Functions | |
writer () | |
Constructor. | |
virtual void | write (const std::string &s)=0 |
Write a string - implemented by derived classes. | |
Simple proxy for write operations on various types of stream.
A class that acts as a proxy for the various places that JSON messages can be written to (or to which they can be written even). Actually writing to somewhere is in in derived classes.
Definition at line 41 of file writer.hpp.