|
Squid Web Cache master
|
#include <ipcache.h>
Public Member Functions | |
| CachedIp (const Ip::Address &anIp) | |
| bool | bad () const |
| whether the address is currently deemed problematic for any reason | |
| void | markAsBad () |
| mark the address as problematic; it might already be marked | |
| void | forgetMarking () |
| undo markAsBad() | |
Public Attributes | |
| Ip::Address | ip |
Private Attributes | |
| bool | bad_ = false |
| whether the address is currently deemed problematic | |
|
inlineexplicit |
|
inline |
|
private |
Definition at line 40 of file ipcache.h.
Referenced by bad(), forgetMarking(), and markAsBad().
| Ip::Address Dns::CachedIp::ip |
Definition at line 37 of file ipcache.h.
Referenced by Dns::GoodIpsIterator::operator*(), and Dns::GoodIpsIterator::operator->().