xbmc
CURL Member List

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

CURL(const std::string &strURL) (defined in CURL)CURLinlineexplicit
CURL()=default (defined in CURL)CURL
Decode(const std::string &strURLData) (defined in CURL)CURLstatic
Encode(const std::string &strURLData)CURLstatic
Get() const (defined in CURL)CURL
GetDirectorySeparator() const (defined in CURL)CURL
GetDomain() const (defined in CURL)CURLinline
GetFileName() const (defined in CURL)CURLinline
GetFileNameWithoutPath() const (defined in CURL)CURL
GetFileType() const (defined in CURL)CURLinline
GetHostName() const (defined in CURL)CURLinline
GetOption(const std::string &key, std::string &value) const (defined in CURL)CURL
GetOption(const std::string &key) const (defined in CURL)CURL
GetOptions() const (defined in CURL)CURLinline
GetOptions(std::map< std::string, std::string > &options) const (defined in CURL)CURL
GetPassWord() const (defined in CURL)CURLinline
GetPort() const (defined in CURL)CURLinline
GetProtocol() const (defined in CURL)CURLinline
GetProtocolOption(const std::string &key, std::string &value) const (defined in CURL)CURL
GetProtocolOption(const std::string &key) const (defined in CURL)CURL
GetProtocolOptions() const (defined in CURL)CURLinline
GetProtocolOptions(std::map< std::string, std::string > &options) const (defined in CURL)CURL
GetRedacted() const (defined in CURL)CURL
GetRedacted(const std::string &path) (defined in CURL)CURLstatic
GetShareName() const (defined in CURL)CURLinline
GetTranslatedProtocol() const (defined in CURL)CURL
GetUserName() const (defined in CURL)CURLinline
GetWithoutFilename() const (defined in CURL)CURL
GetWithoutOptions() const (defined in CURL)CURL
GetWithoutUserDetails(bool redact=false) const (defined in CURL)CURL
HasOption(const std::string &key) const (defined in CURL)CURL
HasPort() const (defined in CURL)CURLinline
HasProtocolOption(const std::string &key) const (defined in CURL)CURL
IsFileOnly(const std::string &url)CURLstatic
IsFileType(const char *type) constCURLinline
IsFullPath(const std::string &url)CURLstatic
IsLocal() const (defined in CURL)CURL
IsLocalHost() const (defined in CURL)CURL
IsProtocol(const char *type) constCURLinline
IsProtocolEqual(const std::string &protocol, const char *type)CURLstatic
m_iPort (defined in CURL)CURLprotected
m_options (defined in CURL)CURLprotected
m_protocolOptions (defined in CURL)CURLprotected
m_strDomain (defined in CURL)CURLprotected
m_strFileName (defined in CURL)CURLprotected
m_strFileType (defined in CURL)CURLprotected
m_strHostName (defined in CURL)CURLprotected
m_strOptions (defined in CURL)CURLprotected
m_strPassword (defined in CURL)CURLprotected
m_strProtocol (defined in CURL)CURLprotected
m_strProtocolOptions (defined in CURL)CURLprotected
m_strShareName (defined in CURL)CURLprotected
m_strUserName (defined in CURL)CURLprotected
operator==(const std::string &url) const (defined in CURL)CURLinline
Parse(const std::string &strURL)CURL
RemoveOption(const std::string &key) (defined in CURL)CURL
RemoveProtocolOption(const std::string &key) (defined in CURL)CURL
Reset() (defined in CURL)CURL
SetDomain(const std::string &strDomain) (defined in CURL)CURLinline
SetFileName(const std::string &strFileName) (defined in CURL)CURL
SetHostName(const std::string &strHostName) (defined in CURL)CURLinline
SetOption(const std::string &key, const std::string &value) (defined in CURL)CURL
SetOptions(const std::string &strOptions) (defined in CURL)CURL
SetPassword(const std::string &strPassword) (defined in CURL)CURLinline
SetPort(int port) (defined in CURL)CURLinline
SetProtocol(const std::string &strProtocol) (defined in CURL)CURL
SetProtocolOption(const std::string &key, const std::string &value) (defined in CURL)CURL
SetProtocolOptions(const std::string &strOptions) (defined in CURL)CURL
SetUserName(const std::string &strUserName) (defined in CURL)CURLinline
~CURL(void) (defined in CURL)CURLvirtual