|
libzypp
9.1.2
|
#include <ProxyInfo.h>
Classes | |
| struct | Impl |
Public Types | |
| typedef intrusive_ptr< ProxyInfo > | Ptr |
| typedef intrusive_ptr< ProxyInfo > | constPtr |
| typedef std::list< std::string > | NoProxyList |
| typedef std::list< std::string > ::const_iterator | NoProxyIterator |
| typedef shared_ptr< Impl > | ImplPtr |
Public Member Functions | |
| ProxyInfo () | |
| Ctor. | |
| ProxyInfo (ProxyInfo::ImplPtr pimpl_r) | |
| Ctor. | |
| bool | enabled () const |
| std::string | proxy (const Url &url) const |
| NoProxyList | noProxy () const |
| NoProxyIterator | noProxyBegin () const |
| NoProxyIterator | noProxyEnd () const |
| bool | useProxyFor (const Url &url_r) const |
Return true if enabled and url_r does not match noProxy. | |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Definition at line 29 of file ProxyInfo.h.
| typedef intrusive_ptr<ProxyInfo> zypp::media::ProxyInfo::Ptr |
Definition at line 32 of file ProxyInfo.h.
| typedef intrusive_ptr<ProxyInfo> zypp::media::ProxyInfo::constPtr |
Definition at line 33 of file ProxyInfo.h.
| typedef std::list<std::string> zypp::media::ProxyInfo::NoProxyList |
Definition at line 34 of file ProxyInfo.h.
| typedef std::list<std::string>::const_iterator zypp::media::ProxyInfo::NoProxyIterator |
Definition at line 35 of file ProxyInfo.h.
| typedef shared_ptr<Impl> zypp::media::ProxyInfo::ImplPtr |
Definition at line 38 of file ProxyInfo.h.
Ctor.
Definition at line 28 of file ProxyInfo.cc.
Ctor.
Definition at line 31 of file ProxyInfo.cc.
| bool zypp::media::ProxyInfo::enabled | ( | ) | const |
Definition at line 35 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::enabled().
| std::string zypp::media::ProxyInfo::proxy | ( | const Url & | url | ) | const |
Definition at line 38 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::proxy().
Referenced by zypp::media::fillSettingsSystemProxy().
Definition at line 41 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::noProxy().
Definition at line 44 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::noProxyBegin().
Definition at line 47 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::noProxyEnd().
| bool zypp::media::ProxyInfo::useProxyFor | ( | const Url & | url_r | ) | const |
Return true if enabled and url_r does not match noProxy.
Definition at line 50 of file ProxyInfo.cc.
References _pimpl, and zypp::media::ProxyInfo::Impl::useProxyFor().
Referenced by zypp::media::fillSettingsSystemProxy().
RW_pointer<Impl> zypp::media::ProxyInfo::_pimpl [private] |
Pointer to implementation.
Definition at line 55 of file ProxyInfo.h.
Referenced by enabled(), noProxy(), noProxyBegin(), noProxyEnd(), proxy(), and useProxyFor().
1.7.6.1