JsonCpp project page JsonCpp home page

Public Member Functions
Json::Writer Class Reference

Abstract class for writers. More...

#include <json/writer.h>

+ Inheritance diagram for Json::Writer:
+ Collaboration diagram for Json::Writer:

List of all members.

Public Member Functions

virtual ~Writer ()
virtual std::string write (const Value &root)=0

Detailed Description

Abstract class for writers.

Definition at line 22 of file writer.h.


Constructor & Destructor Documentation

Json::Writer::~Writer ( )
virtual

Definition at line 185 of file json_writer.cpp.


Member Function Documentation

virtual std::string Json::Writer::write ( const Value root)
pure virtual

Implemented in Json::StyledWriter, and Json::FastWriter.


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

SourceForge Logo hosts this site. Send comments to:
Json-cpp Developers