rippled
|
Abstract class for writers. More...
Public Member Functions | |
virtual | ~WriterBase () |
virtual std::string | write (const Value &root)=0 |
Abstract class for writers.
Definition at line 34 of file json_writer.h.
|
virtual |
Definition at line 37 of file json_writer.h.
|
pure virtual |
Implemented in Json::StyledWriter, and Json::FastWriter.