#include <json.h>
Public Member Functions | |
virtual CharReader * | newCharReader () const =0 |
Allocate a CharReader via operator new(). More... | |
virtual CharReader * | newCharReader () const =0 |
Allocate a CharReader via operator new(). More... | |
virtual | ~Factory () |
virtual | ~Factory () |
Definition at line 1519 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inlinevirtual |
Definition at line 1521 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
inlinevirtual |
Definition at line 1521 of file third_party/protobuf/conformance/third_party/jsoncpp/json.h.
|
pure virtual |
Allocate a CharReader via operator new().
std::exception | if something goes wrong (e.g. invalid settings) |
Implemented in Json::CharReaderBuilder, and Json::CharReaderBuilder.
|
pure virtual |
Allocate a CharReader via operator new().
std::exception | if something goes wrong (e.g. invalid settings) |
Implemented in Json::CharReaderBuilder, and Json::CharReaderBuilder.