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 |
Member Function Documentation
virtual std::string Json::Writer::write |
( |
const Value & |
root | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: