|
GDAL
|
This is the complete list of members for CPLJSONObject, including all inherited members.
| Add(const std::string &osName, const std::string &osValue) | CPLJSONObject | |
| Add(const std::string &osName, const char *pszValue) | CPLJSONObject | |
| Add(const std::string &osName, double dfValue) | CPLJSONObject | |
| Add(const std::string &osName, int nValue) | CPLJSONObject | |
| Add(const std::string &osName, GInt64 nValue) | CPLJSONObject | |
| Add(const std::string &osName, uint64_t nValue) | CPLJSONObject | |
| Add(const std::string &osName, const CPLJSONArray &oValue) | CPLJSONObject | |
| Add(const std::string &osName, const CPLJSONObject &oValue) | CPLJSONObject | |
| Add(const std::string &osName, bool bValue) | CPLJSONObject | |
| AddNoSplitName(const std::string &osName, const CPLJSONObject &oValue) | CPLJSONObject | |
| AddNull(const std::string &osName) | CPLJSONObject | |
| CPLJSONArray (defined in CPLJSONObject) | CPLJSONObject | friend |
| CPLJSONDocument (defined in CPLJSONObject) | CPLJSONObject | friend |
| Deinit() | CPLJSONObject | |
| Delete(const std::string &osName) | CPLJSONObject | |
| DeleteNoSplitName(const std::string &osName) | CPLJSONObject | |
| Format(PrettyFormat eFormat) const | CPLJSONObject | |
| GetArray(const std::string &osName) const | CPLJSONObject | |
| GetBool(const std::string &osName, bool bDefault=false) const | CPLJSONObject | |
| GetChildren() const | CPLJSONObject | |
| GetDouble(const std::string &osName, double dfDefault=0.0) const | CPLJSONObject | |
| GetInteger(const std::string &osName, int nDefault=0) const | CPLJSONObject | |
| GetLong(const std::string &osName, GInt64 nDefault=0) const | CPLJSONObject | |
| GetObj(const std::string &osName) const | CPLJSONObject | |
| GetString(const std::string &osName, const std::string &osDefault="") const | CPLJSONObject | |
| GetType() const | CPLJSONObject | |
| IsValid() const | CPLJSONObject | |
| operator[](const std::string &osName) const | CPLJSONObject | |
| PrettyFormat enum name | CPLJSONObject | |
| Set(const std::string &osName, const std::string &osValue) | CPLJSONObject | |
| Set(const std::string &osName, const char *pszValue) | CPLJSONObject | |
| Set(const std::string &osName, double dfValue) | CPLJSONObject | |
| Set(const std::string &osName, int nValue) | CPLJSONObject | |
| Set(const std::string &osName, GInt64 nValue) | CPLJSONObject | |
| Set(const std::string &osName, uint64_t nValue) | CPLJSONObject | |
| Set(const std::string &osName, bool bValue) | CPLJSONObject | |
| SetNull(const std::string &osName) | CPLJSONObject | |
| ToArray() const | CPLJSONObject | |
| ToBool(bool bDefault=false) const | CPLJSONObject | |
| ToDouble(double dfDefault=0.0) const | CPLJSONObject | |
| ToInteger(int nDefault=0) const | CPLJSONObject | |
| ToLong(GInt64 nDefault=0) const | CPLJSONObject | |
| ToString(const std::string &osDefault="") const | CPLJSONObject | |
| Type enum name | CPLJSONObject |