ACE_INet
6.1.0
|
#include <ConnectionCache.h>
Public Member Functions | |
ConnectionCacheKey () | |
ConnectionCacheKey (const ConnectionKey &key) | |
ConnectionCacheKey (const ConnectionCacheKey &cachekey) | |
ConnectionCacheKey & | operator= (const ConnectionCacheKey &cachekey) |
bool | operator== (const ConnectionCacheKey &cachekey) const |
bool | operator!= (const ConnectionCacheKey &cachekey) const |
u_long | hash () const |
const ConnectionKey & | key () const |
Private Attributes | |
ConnectionKey * | key_ |
bool | delete_key_ |
ACE::INet::ConnectionCacheKey::ConnectionCacheKey | ( | ) |
ACE::INet::ConnectionCacheKey::ConnectionCacheKey | ( | const ConnectionKey & | key | ) |
ACE::INet::ConnectionCacheKey::ConnectionCacheKey | ( | const ConnectionCacheKey & | cachekey | ) |
u_long ACE::INet::ConnectionCacheKey::hash | ( | void | ) | const |
const ConnectionKey & ACE::INet::ConnectionCacheKey::key | ( | ) | const [inline] |
bool ACE::INet::ConnectionCacheKey::operator!= | ( | const ConnectionCacheKey & | cachekey | ) | const [inline] |
ConnectionCacheKey & ACE::INet::ConnectionCacheKey::operator= | ( | const ConnectionCacheKey & | cachekey | ) |
bool ACE::INet::ConnectionCacheKey::operator== | ( | const ConnectionCacheKey & | cachekey | ) | const [inline] |
bool ACE::INet::ConnectionCacheKey::delete_key_ [private] |
ConnectionKey* ACE::INet::ConnectionCacheKey::key_ [private] |