JsonCpp project page JsonCpp home page

Public Member Functions | List of all members
Json::Writer Class Referenceabstract

Abstract class for writers. More...

#include <json/writer.h>

Inherited by Json::FastWriter, and Json::StyledWriter.

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