#include <ProxyInfo.h>
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 std::string &protocol_r) const |
| NoProxyList | noProxy () const |
| NoProxyIterator | noProxyBegin () const |
| NoProxyIterator | noProxyEnd () const |
Private Attributes | |
| RW_pointer< Impl > | _pimpl |
| Pointer to implementation. | |
Classes | |
| struct | Impl |
Definition at line 26 of file ProxyInfo.h.
|
|
Definition at line 29 of file ProxyInfo.h. |
|
|
Definition at line 30 of file ProxyInfo.h. |
|
|
Definition at line 31 of file ProxyInfo.h. |
|
|
Definition at line 32 of file ProxyInfo.h. |
|
|
Definition at line 35 of file ProxyInfo.h. |
|
|
Ctor.
Definition at line 28 of file ProxyInfo.cc. |
|
|
Ctor.
Definition at line 31 of file ProxyInfo.cc. |
|
|
Definition at line 35 of file ProxyInfo.cc. References _pimpl. |
|
|
Definition at line 38 of file ProxyInfo.cc. References _pimpl. |
|
|
Definition at line 41 of file ProxyInfo.cc. References _pimpl. |
|
|
Definition at line 44 of file ProxyInfo.cc. References _pimpl. |
|
|
Definition at line 47 of file ProxyInfo.cc. References _pimpl. |
|
|
Pointer to implementation.
Definition at line 48 of file ProxyInfo.h. Referenced by enabled(), noProxy(), noProxyBegin(), noProxyEnd(), and proxy(). |
1.4.6