GDAL
CPLJSONDocument Member List

This is the complete list of members for CPLJSONDocument, including all inherited members.

GetRoot()CPLJSONDocument
GetRoot() constCPLJSONDocument
Load(const std::string &osPath)CPLJSONDocument
LoadChunks(const std::string &osPath, size_t nChunkSize=16384, GDALProgressFunc pfnProgress=nullptr, void *pProgressArg=nullptr)CPLJSONDocument
LoadMemory(const std::string &osStr)CPLJSONDocument
LoadMemory(const GByte *pabyData, int nLength=-1)CPLJSONDocument
LoadUrl(const std::string &osUrl, const char *const *papszOptions, GDALProgressFunc pfnProgress=nullptr, void *pProgressArg=nullptr)CPLJSONDocument
Save(const std::string &osPath) constCPLJSONDocument
SaveAsString() constCPLJSONDocument
SetRoot(const CPLJSONObject &oRoot)CPLJSONDocument