$extrastylesheet
JsonCpp project page Classes Namespace JsonCpp home page

Public Member Functions
Json::StreamWriter::Factory Class Reference

A simple abstract factory. More...

#include <json/writer.h>

+ Inheritance diagram for Json::StreamWriter::Factory:

List of all members.

Public Member Functions

virtual ~Factory ()
virtual StreamWriternewStreamWriter () const =0
 Allocate a CharReader via operator new().

Detailed Description

A simple abstract factory.

Definition at line 58 of file writer.h.


Constructor & Destructor Documentation

Definition at line 1135 of file json_writer.cpp.


Member Function Documentation

Allocate a CharReader via operator new().

Exceptions:
std::exceptionif something goes wrong (e.g. invalid settings)

Implemented in Json::StreamWriterBuilder.

Referenced by Json::writeString().

+ Here is the caller graph for this function:


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