#include <ProxyInfoImpl.h>
Inheritance diagram for zypp::media::ProxyInfo::Impl:
Public Member Functions | |
Impl () | |
Ctor. | |
virtual | ~Impl () |
Dtor. | |
virtual bool | enabled () const =0 |
virtual std::string | proxy (const std::string &prorocol_r) const =0 |
virtual ProxyInfo::NoProxyList | noProxy () const =0 |
virtual ProxyInfo::NoProxyIterator | noProxyBegin () const =0 |
virtual ProxyInfo::NoProxyIterator | noProxyEnd () const =0 |
Static Public Attributes | |
static shared_ptr< Impl > | _nullimpl |
Default Impl: empty sets. |
Definition at line 23 of file ProxyInfoImpl.h.
|
Ctor.
Definition at line 26 of file ProxyInfoImpl.h. |
|
Dtor.
Definition at line 30 of file ProxyInfoImpl.h. |
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
Implemented in zypp::media::ProxyInfoSysconfig. |
|
Default Impl: empty sets.
Definition at line 47 of file ProxyInfoImpl.h. |