PTLib
Version 2.18.8
|
#include <pjson.h>
Public Member Functions | |
Base () | |
virtual | ~Base () |
virtual bool | IsType (Types type) const =0 |
virtual void | ReadFrom (istream &strm)=0 |
virtual void | PrintOn (ostream &strm) const =0 |
virtual Base * | DeepClone () const =0 |
Friends | |
ostream & | operator<< (ostream &s, const Base &b) |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in PJSON::Null, PJSON::Boolean, PJSON::Number, PJSON::String, PJSON::Array, and PJSON::Object.
|
pure virtual |
Implemented in PJSON::Null, PJSON::Boolean, PJSON::Number, PJSON::String, PJSON::Array, and PJSON::Object.
|
pure virtual |
Implemented in PJSON::Null, PJSON::Boolean, PJSON::Number, PJSON::String, PJSON::Array, and PJSON::Object.
|
pure virtual |
Implemented in PJSON::Null, PJSON::Boolean, PJSON::Number, PJSON::String, PJSON::Array, and PJSON::Object.
|
friend |