ACE_INet  6.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE::INet::ConnectionCacheKey Class Reference

#include <ConnectionCache.h>

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

ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( )
ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( const ConnectionKey key)
ACE::INet::ConnectionCacheKey::ConnectionCacheKey ( const ConnectionCacheKey cachekey)
ACE::INet::ConnectionCacheKey::~ConnectionCacheKey ( )
virtual

Member Function Documentation

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

Member Data Documentation

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

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