ACE_INet
6.1.1
|
#include <ConnectionCache.h>
Public Member Functions | |
ConnectionKey () | |
virtual | ~ConnectionKey () |
bool | operator== (const ConnectionKey &key) const |
bool | operator!= (const ConnectionKey &key) const |
virtual u_long | hash () const =0 |
virtual ConnectionKey * | duplicate () const =0 |
Protected Member Functions | |
virtual bool | equal (const ConnectionKey &key) const =0 |
ACE::INet::ConnectionKey::~ConnectionKey | ( | ) | [virtual] |
virtual ConnectionKey* ACE::INet::ConnectionKey::duplicate | ( | ) | const [pure virtual] |
Implemented in ACE::INet::ClientINetRequestHandler::INetConnectionKey.
virtual bool ACE::INet::ConnectionKey::equal | ( | const ConnectionKey & | key | ) | const [protected, pure virtual] |
Implemented in ACE::INet::ClientINetRequestHandler::INetConnectionKey.
virtual u_long ACE::INet::ConnectionKey::hash | ( | ) | const [pure virtual] |
Implemented in ACE::INet::ClientINetRequestHandler::INetConnectionKey.
bool ACE::INet::ConnectionKey::operator!= | ( | const ConnectionKey & | key | ) | const [inline] |
bool ACE::INet::ConnectionKey::operator== | ( | const ConnectionKey & | key | ) | const [inline] |