|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CURL, including all inherited members.
| CURL()=default | CURL | |
| CURL(std::string strURL) | CURL | explicit |
| Decode(std::string_view strURLData) | CURL | static |
| Encode(std::string_view strURLData) | CURL | static |
| Get() const | CURL | |
| GetDirectorySeparator() const | CURL | |
| GetDomain() const | CURL | inline |
| GetFileName() const | CURL | inline |
| GetFileNameWithoutPath() const | CURL | |
| GetFileType() const | CURL | inline |
| GetHostName() const | CURL | inline |
| GetOption(const std::string &key, std::string &value) const | CURL | |
| GetOption(const std::string &key) const | CURL | |
| GetOptions() const | CURL | inline |
| GetOptions(std::map< std::string, std::string > &options) const | CURL | |
| GetPassWord() const | CURL | inline |
| GetPort() const | CURL | inline |
| GetProtocol() const | CURL | inline |
| GetProtocolOption(const std::string &key, std::string &value) const | CURL | |
| GetProtocolOption(const std::string &key) const | CURL | |
| GetProtocolOptions() const | CURL | inline |
| GetProtocolOptions(std::map< std::string, std::string > &options) const | CURL | |
| GetRedacted() const | CURL | |
| GetRedacted(std::string path) | CURL | static |
| GetShareName() const | CURL | inline |
| GetTranslatedProtocol() const | CURL | |
| GetUserName() const | CURL | inline |
| GetWithoutFilename() const | CURL | |
| GetWithoutOptions() const | CURL | |
| GetWithoutUserDetails(bool redact=false) const | CURL | |
| HasOption(const std::string &key) const | CURL | |
| HasPort() const | CURL | inline |
| HasProtocolOption(const std::string &key) const | CURL | |
| IsFileOnly(const std::string &url) | CURL | static |
| IsFileType(std::string_view type) const | CURL | inline |
| IsFullPath(const std::string &url) | CURL | static |
| IsLocal() const | CURL | |
| IsLocalHost() const | CURL | |
| IsProtocol(std::string_view type) const | CURL | inline |
| IsProtocolEqual(const std::string &protocol, std::string_view type) | CURL | static |
| operator==(const CURL &url) const | CURL | inline |
| operator== | CURL | friend |
| Parse(std::string strURL) | CURL | |
| RemoveOption(const std::string &key) | CURL | |
| RemoveProtocolOption(const std::string &key) | CURL | |
| Reset() | CURL | |
| SetDomain(std::string strDomain) | CURL | inline |
| SetFileName(std::string strFileName) | CURL | |
| SetHostName(std::string strHostName) | CURL | inline |
| SetOption(const std::string &key, const std::string &value) | CURL | |
| SetOptions(std::string strOptions) | CURL | |
| SetPassword(std::string strPassword) | CURL | inline |
| SetPort(int port) | CURL | inline |
| SetProtocol(std::string strProtocol) | CURL | |
| SetProtocolOption(const std::string &key, const std::string &value) | CURL | |
| SetProtocolOptions(std::string strOptions) | CURL | |
| SetUserName(std::string strUserName) | CURL | inline |