ACE  6.0.6
Public Member Functions | Protected Member Functions | Protected Attributes
ACE_Refcounted_Hash_Recyclable Class Reference

#include <Strategies_T.h>

Inheritance diagram for ACE_Refcounted_Hash_Recyclable:
Inheritance graph
[legend]
Collaboration diagram for ACE_Refcounted_Hash_Recyclable:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ACE_Refcounted_Hash_Recyclable (void)
 Default constructor.
 ACE_Refcounted_Hash_Recyclable (const T &t, long refcount=0, ACE_Recyclable_State state=ACE_RECYCLABLE_UNKNOWN)
 Constructor.
virtual ~ACE_Refcounted_Hash_Recyclable (void)
 Destructor.
bool operator== (const ACE_Refcounted_Hash_Recyclable< T > &rhs) const
 Compares two instances.
bool operator!= (const ACE_Refcounted_Hash_Recyclable< T > &rhs) const
T & subject ()

Protected Member Functions

u_long hash_i (void) const
 Computes and returns hash value.

Protected Attributes

t_

Constructor & Destructor Documentation

ACE_Refcounted_Hash_Recyclable::ACE_Refcounted_Hash_Recyclable ( void  ) [inline]

Default constructor.

ACE_Refcounted_Hash_Recyclable::ACE_Refcounted_Hash_Recyclable ( const T &  t,
long  refcount = 0,
ACE_Recyclable_State  state = ACE_RECYCLABLE_UNKNOWN 
) [inline]

Constructor.

ACE_Refcounted_Hash_Recyclable::~ACE_Refcounted_Hash_Recyclable ( void  ) [virtual]

Destructor.


Member Function Documentation

u_long ACE_Refcounted_Hash_Recyclable::hash_i ( void  ) const [inline, protected, virtual]

Computes and returns hash value.

Implements ACE_Hashable.

bool ACE_Refcounted_Hash_Recyclable::operator!= ( const ACE_Refcounted_Hash_Recyclable< T > &  rhs) const [inline]
bool ACE_Refcounted_Hash_Recyclable::operator== ( const ACE_Refcounted_Hash_Recyclable< T > &  rhs) const [inline]

Compares two instances.

T & ACE_Refcounted_Hash_Recyclable::subject ( void  ) [inline]

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines