#include <HttpConnectionCount.h>
Public Member Functions | |
ConnAddr () | |
ConnAddr (int x) | |
ConnAddr (const IpEndpoint &addr) | |
operator bool () | |
Data Fields | |
IpEndpoint | _addr |
Definition at line 69 of file HttpConnectionCount.h.
ConnectionCount::ConnAddr::ConnAddr | ( | ) | [inline] |
Definition at line 72 of file HttpConnectionCount.h.
References _addr.
ConnectionCount::ConnAddr::ConnAddr | ( | int | x | ) | [inline] |
Definition at line 73 of file HttpConnectionCount.h.
References _addr, and ink_release_assert.
ConnectionCount::ConnAddr::ConnAddr | ( | const IpEndpoint & | addr | ) | [inline] |
Definition at line 74 of file HttpConnectionCount.h.
ConnectionCount::ConnAddr::operator bool | ( | ) | [inline] |
Definition at line 75 of file HttpConnectionCount.h.
References _addr, and ats_is_ip().
Definition at line 70 of file HttpConnectionCount.h.
Referenced by ConnAddr(), ConnectionCount::ConnAddrHashFns::equal(), ConnectionCount::ConnAddrHashFns::hash(), and operator bool().