Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CURL Member List

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

CURL(const std::string &strURL)CURLinlineexplicit
CURL()=defaultCURL
Decode(const std::string &strURLData)CURLstatic
Encode(const std::string &strURLData)CURLstatic
Get() constCURL
GetDirectorySeparator() constCURL
GetDomain() constCURLinline
GetFileName() constCURLinline
GetFileNameWithoutPath() constCURL
GetFileType() constCURLinline
GetHostName() constCURLinline
GetOption(const std::string &key, std::string &value) constCURL
GetOption(const std::string &key) constCURL
GetOptions() constCURLinline
GetOptions(std::map< std::string, std::string > &options) constCURL
GetPassWord() constCURLinline
GetPort() constCURLinline
GetProtocol() constCURLinline
GetProtocolOption(const std::string &key, std::string &value) constCURL
GetProtocolOption(const std::string &key) constCURL
GetProtocolOptions() constCURLinline
GetProtocolOptions(std::map< std::string, std::string > &options) constCURL
GetRedacted() constCURL
GetRedacted(const std::string &path)CURLstatic
GetShareName() constCURLinline
GetTranslatedProtocol() constCURL
GetUserName() constCURLinline
GetWithoutFilename() constCURL
GetWithoutOptions() constCURL
GetWithoutUserDetails(bool redact=false) constCURL
HasOption(const std::string &key) constCURL
HasPort() constCURLinline
HasProtocolOption(const std::string &key) constCURL
IsFileOnly(const std::string &url)CURLstatic
IsFileType(const char *type) constCURLinline
IsFullPath(const std::string &url)CURLstatic
IsLocal() constCURL
IsLocalHost() constCURL
IsProtocol(const char *type) constCURLinline
IsProtocolEqual(const std::string &protocol, const char *type)CURLstatic
m_iPortCURLprotected
m_optionsCURLprotected
m_protocolOptionsCURLprotected
m_strDomainCURLprotected
m_strFileNameCURLprotected
m_strFileTypeCURLprotected
m_strHostNameCURLprotected
m_strOptionsCURLprotected
m_strPasswordCURLprotected
m_strProtocolCURLprotected
m_strProtocolOptionsCURLprotected
m_strShareNameCURLprotected
m_strUserNameCURLprotected
operator==(const std::string &url) constCURLinline
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)CURLinline
SetFileName(const std::string &strFileName)CURL
SetHostName(const std::string &strHostName)CURLinline
SetOption(const std::string &key, const std::string &value)CURL
SetOptions(const std::string &strOptions)CURL
SetPassword(const std::string &strPassword)CURLinline
SetPort(int port)CURLinline
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)CURLinline
~CURL(void)CURLvirtual