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(std::string strURL) | CURL | inlineexplicit |
CURL()=default | CURL | |
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(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(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 |
~CURL(void) | CURL | virtual |