Argo  1.0
A C++ library for handling JSON.
Public Member Functions | List of all members
argo::writer Class Referenceabstract

Simple proxy for write operations on various types of stream. More...

#include <writer.hpp>

Inheritance diagram for argo::writer:
argo::fd_writer argo::file_writer argo::stream_writer

Public Member Functions

 writer ()
 Constructor.
 
virtual void write (const std::string &s)=0
 Write a string - implemented by derived classes.
 

Detailed Description

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.


The documentation for this class was generated from the following files: