PTLib
Version 2.18.8
|
This is the complete list of members for PJSON::Object, including all inherited members.
Base() | PJSON::Base | inline |
DeepClone() const | PJSON::Object | virtual |
elements (defined in std::map< K, T >) | std::map< K, T > | |
Get(const PString &name) const | PJSON::Object | inline |
Get(const PString &name) | PJSON::Object | inline |
GetArray(const PString &name) const | PJSON::Object | inline |
GetArray(const PString &name) | PJSON::Object | inline |
GetBoolean(const PString &name) const | PJSON::Object | |
GetInteger(const PString &name) const | PJSON::Object | |
GetInteger64(const PString &name) const | PJSON::Object | |
GetNumber(const PString &name) const | PJSON::Object | |
GetObject(const PString &name) const | PJSON::Object | inline |
GetObject(const PString &name) | PJSON::Object | inline |
GetString(const PString &name) const | PJSON::Object | |
GetUnsigned(const PString &name) const | PJSON::Object | |
GetUnsigned64(const PString &name) const | PJSON::Object | |
IsType(Types type) const | PJSON::Object | virtual |
IsType(const PString &name, Types type) const | PJSON::Object | |
keys (defined in std::map< K, T >) | std::map< K, T > | |
Object() | PJSON::Object | inline |
PrintOn(ostream &strm) const | PJSON::Object | virtual |
ReadFrom(istream &strm) | PJSON::Object | virtual |
Remove(const PString &name) | PJSON::Object | |
Set(const PString &name, Types type) | PJSON::Object | |
Set(const PString &name, const Base &toInsert) | PJSON::Object | |
Set(const PString &name, const PJSON &toInsert) | PJSON::Object | |
SetArray(const PString &name) | PJSON::Object | |
SetBoolean(const PString &name, bool value) | PJSON::Object | |
SetNumber(const PString &name, NumberType value) | PJSON::Object | |
SetObject(const PString &name) | PJSON::Object | |
SetString(const PString &name, const PString &value) | PJSON::Object | |
~Base() | PJSON::Base | inlinevirtual |
~Object() | PJSON::Object |