FuelClient Member List
This is the complete list of members for FuelClient, including all inherited members.
CachedModel(const common::URI &_modelUrl, std::string &_path) | FuelClient | |
CachedModel(const common::URI &_modelUrl) | FuelClient | |
CachedModelFile(const common::URI &_fileUrl, std::string &_path) | FuelClient | |
CachedWorld(const common::URI &_worldUrl, std::string &_path) | FuelClient | |
CachedWorld(const common::URI &_worldUrl) | FuelClient | |
CachedWorldFile(const common::URI &_fileUrl, std::string &_path) | FuelClient | |
Config() | FuelClient | |
DeleteModel(const ModelIdentifier &_id) | FuelClient | |
DeleteUrl(const gz::common::URI &_uri, const std::vector< std::string > &_headers) | FuelClient | |
DownloadModel(const ModelIdentifier &_id) | FuelClient | |
DownloadModel(const ModelIdentifier &_id, const std::vector< std::string > &_headers) | FuelClient | |
DownloadModel(const ModelIdentifier &_id, const std::vector< std::string > &_headers, std::vector< ModelIdentifier > &_dependencies) | FuelClient | |
DownloadModel(const common::URI &_modelUrl, std::string &_path) | FuelClient | |
DownloadModels(const std::vector< ModelIdentifier > &_ids, size_t _jobs=2) | FuelClient | |
DownloadWorld(WorldIdentifier &_id) | FuelClient | |
DownloadWorld(const common::URI &_worldUrl, std::string &_path) | FuelClient | |
DownloadWorlds(const std::vector< WorldIdentifier > &_ids, size_t _jobs=2) | FuelClient | |
FuelClient() | FuelClient | |
FuelClient(const ClientConfig &_config, const Rest &_rest=Rest(), LocalCache *_cache=nullptr) | FuelClient | |
ModelDependencies(const ModelIdentifier &_id, std::vector< ModelIdentifier > &_dependencies) | FuelClient | |
ModelDependencies(const std::vector< ModelIdentifier > &_id, std::vector< ModelIdentifier > &_dependencies) | FuelClient | |
ModelDetails(const ModelIdentifier &_id, ModelIdentifier &_model) const | FuelClient | |
ModelDetails(const ModelIdentifier &_id, ModelIdentifier &_model, const std::vector< std::string > &_headers) const | FuelClient | |
ModelResult typedef | FuelClient | |
Models(const ServerConfig &_server) | FuelClient | |
Models(const ServerConfig &_server) const | FuelClient | |
Models(const ModelIdentifier &_id) | FuelClient | |
Models(const ModelIdentifier &_id) const | FuelClient | |
Models(const ModelIdentifier &_id, bool _checkCache) | FuelClient | |
Models(const ModelIdentifier &_id, bool _checkCache) const | FuelClient | |
Models(const CollectionIdentifier &_id) const | FuelClient | |
ParseCollectionUrl(const common::URI &_url, CollectionIdentifier &_id) | FuelClient | |
ParseModelFileUrl(const common::URI &_modelFileUrl, ModelIdentifier &_id, std::string &_filePath) | FuelClient | |
ParseModelUrl(const common::URI &_modelUrl, ModelIdentifier &_id) | FuelClient | |
ParseWorldFileUrl(const common::URI &_worldFileUrl, WorldIdentifier &_id, std::string &_filePath) | FuelClient | |
ParseWorldUrl(const common::URI &_worldUrl, WorldIdentifier &_id) | FuelClient | |
PatchModel(const ModelIdentifier &_model, const std::vector< std::string > &_headers) | FuelClient | |
PatchModel(const ModelIdentifier &_model, const std::vector< std::string > &_headers, const std::string &_pathToModelDir) | FuelClient | |
PopulateLicenses(const ServerConfig &_server) | FuelClient | |
UploadModel(const std::string &_pathToModelDir, const ModelIdentifier &_id, const std::vector< std::string > &_headers, bool _private=false) | FuelClient | |
WorldDetails(const WorldIdentifier &_id, WorldIdentifier &_world) const | FuelClient | |
Worlds(const ServerConfig &_server) const | FuelClient | |
Worlds(const WorldIdentifier &_id) const | FuelClient | |
Worlds(const CollectionIdentifier &_id) const | FuelClient | |
~FuelClient() | FuelClient |