|
Kodi Documentation 18.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(const std::string &strURL) | CURL | inlineexplicit |
| CURL()=default | CURL | |
| Decode(const std::string &strURLData) | CURL | static |
| Encode(const std::string &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(const 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(const char *type) const | CURL | inline |
| IsFullPath(const std::string &url) | CURL | static |
| IsLocal() const | CURL | |
| IsLocalHost() const | CURL | |
| IsProtocol(const char *type) const | CURL | inline |
| IsProtocolEqual(const std::string &protocol, const char *type) | CURL | static |
| m_iPort | CURL | protected |
| m_options | CURL | protected |
| m_protocolOptions | CURL | protected |
| m_strDomain | CURL | protected |
| m_strFileName | CURL | protected |
| m_strFileType | CURL | protected |
| m_strHostName | CURL | protected |
| m_strOptions | CURL | protected |
| m_strPassword | CURL | protected |
| m_strProtocol | CURL | protected |
| m_strProtocolOptions | CURL | protected |
| m_strShareName | CURL | protected |
| m_strUserName | CURL | protected |
| operator==(const std::string &url) const | CURL | inline |
| Parse(const std::string &strURL) | CURL | |
| RemoveOption(const std::string &key) | CURL | |
| RemoveProtocolOption(const std::string &key) | CURL | |
| Reset() | CURL | |
| SetDomain(const std::string &strDomain) | CURL | inline |
| SetFileName(const std::string &strFileName) | CURL | |
| SetHostName(const std::string &strHostName) | CURL | inline |
| SetOption(const std::string &key, const std::string &value) | CURL | |
| SetOptions(const std::string &strOptions) | CURL | |
| SetPassword(const std::string &strPassword) | CURL | inline |
| SetPort(int port) | CURL | inline |
| SetProtocol(const std::string &strProtocol) | CURL | |
| SetProtocolOption(const std::string &key, const std::string &value) | CURL | |
| SetProtocolOptions(const std::string &strOptions) | CURL | |
| SetUserName(const std::string &strUserName) | CURL | inline |
| ~CURL(void) | CURL | virtual |