ACE_INet 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ACE::INet::ConnectionCacheKey Class Reference

#include <ConnectionCache.h>

Collaboration diagram for ACE::INet::ConnectionCacheKey:
Collaboration graph
[legend]

Public Member Functions

 ConnectionCacheKey ()
 
 ConnectionCacheKey (const ConnectionKey &key)
 
 ConnectionCacheKey (const ConnectionCacheKey &cachekey)
 
virtual ~ConnectionCacheKey ()
 
ConnectionCacheKeyoperator= (const ConnectionCacheKey &cachekey)
 
bool operator== (const ConnectionCacheKey &cachekey) const
 
bool operator!= (const ConnectionCacheKey &cachekey) const
 
u_long hash () const
 
const ConnectionKeykey () const
 

Private Attributes

ConnectionKeykey_
 
bool delete_key_
 

Constructor & Destructor Documentation

◆ ConnectionCacheKey() [1/3]

ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( )

◆ ConnectionCacheKey() [2/3]

ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( const ConnectionKey & key)

◆ ConnectionCacheKey() [3/3]

ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( const ConnectionCacheKey & cachekey)

◆ ~ConnectionCacheKey()

ACE::INet::ConnectionCacheKey::~ConnectionCacheKey ( )
virtual

Member Function Documentation

◆ hash()

u_long ACE::INet::ConnectionCacheKey::hash ( ) const

◆ key()

const ConnectionKey & ACE::INet::ConnectionCacheKey::key ( ) const
inline

◆ operator!=()

bool ACE::INet::ConnectionCacheKey::operator!= ( const ConnectionCacheKey & cachekey) const
inline

◆ operator=()

ConnectionCacheKey & ACE::INet::ConnectionCacheKey::operator= ( const ConnectionCacheKey & cachekey)

◆ operator==()

bool ACE::INet::ConnectionCacheKey::operator== ( const ConnectionCacheKey & cachekey) const
inline

Member Data Documentation

◆ delete_key_

bool ACE::INet::ConnectionCacheKey::delete_key_
private

◆ key_

ConnectionKey* ACE::INet::ConnectionCacheKey::key_
private

The documentation for this class was generated from the following files: