libzypp  9.1.2
Public Member Functions | Private Attributes
zypp::media::ProxyInfoLibproxy Class Reference

#include <ProxyInfoLibproxy.h>

Inheritance diagram for zypp::media::ProxyInfoLibproxy:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ProxyInfoLibproxy ()
 ~ProxyInfoLibproxy ()
bool enabled () const
std::string proxy (const Url &url_r) const
ProxyInfo::NoProxyList noProxy () const
virtual ProxyInfo::NoProxyIterator noProxyBegin () const
virtual ProxyInfo::NoProxyIterator noProxyEnd () const

Private Attributes

DefaultIntegral< bool, false > _enabled
ProxyInfo::NoProxyList _no_proxy
pxProxyFactory * _factory

Detailed Description

Definition at line 28 of file ProxyInfoLibproxy.h.


Constructor & Destructor Documentation

Definition at line 28 of file ProxyInfoLibproxy.cc.

References _enabled, and _factory.

Definition at line 35 of file ProxyInfoLibproxy.cc.

References _enabled, and _factory.


Member Function Documentation

bool zypp::media::ProxyInfoLibproxy::enabled ( ) const [inline, virtual]

Implements zypp::media::ProxyInfo::Impl.

Definition at line 35 of file ProxyInfoLibproxy.h.

References _enabled.

std::string zypp::media::ProxyInfoLibproxy::proxy ( const Url url_r) const [virtual]

Implements zypp::media::ProxyInfo::Impl.

Definition at line 40 of file ProxyInfoLibproxy.h.

References _no_proxy.

Implements zypp::media::ProxyInfo::Impl.

Definition at line 81 of file ProxyInfoLibproxy.cc.

References _no_proxy.

Implements zypp::media::ProxyInfo::Impl.

Definition at line 84 of file ProxyInfoLibproxy.cc.

References _no_proxy.


Member Data Documentation

Definition at line 47 of file ProxyInfoLibproxy.h.

Referenced by enabled(), proxy(), ProxyInfoLibproxy(), and ~ProxyInfoLibproxy().

Definition at line 48 of file ProxyInfoLibproxy.h.

Referenced by noProxy(), noProxyBegin(), and noProxyEnd().

pxProxyFactory* zypp::media::ProxyInfoLibproxy::_factory [private]

Definition at line 49 of file ProxyInfoLibproxy.h.

Referenced by proxy(), ProxyInfoLibproxy(), and ~ProxyInfoLibproxy().


The documentation for this class was generated from the following files: