Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Refcounted_Hash_Recyclable Class Template 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 Methods

 ACE_Refcounted_Hash_Recyclable (void)
 Default constructor.

 ACE_Refcounted_Hash_Recyclable (const T &t, int refcount = 0, ACE_Recyclable_State state = ACE_RECYCLABLE_UNKNOWN)
 Constructor.

virtual ~ACE_Refcounted_Hash_Recyclable (void)
 Destructor.

int operator== (const ACE_Refcounted_Hash_Recyclable<T> &rhs) const
 Compares two instances.

int operator!= (const ACE_Refcounted_Hash_Recyclable<T> &rhs) const
T& subject ()

Protected Methods

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


Protected Attributes

t_

Constructor & Destructor Documentation

template<classT>
ASYS_INLINE ACE_Refcounted_Hash_Recyclable< T >::ACE_Refcounted_Hash_Recyclable<T> ( void )
 

Default constructor.

template<classT>
ASYS_INLINE ACE_Refcounted_Hash_Recyclable< T >::ACE_Refcounted_Hash_Recyclable<T> ( const T & t,
int refcount = 0,
ACE_Recyclable_State state = ACE_RECYCLABLE_UNKNOWN )
 

Constructor.

template<classT>
ASYS_INLINE ACE_Refcounted_Hash_Recyclable< T >::~ACE_Refcounted_Hash_Recyclable<T> ( void ) [virtual]
 

Destructor.


Member Function Documentation

template<classT>
ASYS_INLINE u_long ACE_Refcounted_Hash_Recyclable< T >::hash_i ( void ) const [protected, virtual]
 

Computes and returns hash value.

Reimplemented from ACE_Hashable.

template<classT>
ASYS_INLINE int ACE_Refcounted_Hash_Recyclable< T >::operator!= ( const ACE_Refcounted_Hash_Recyclable< T >& rhs ) const
 

template<classT>
ASYS_INLINE int ACE_Refcounted_Hash_Recyclable< T >::operator== ( const ACE_Refcounted_Hash_Recyclable< T >& rhs ) const
 

Compares two instances.

template<classT>
ASYS_INLINE T & ACE_Refcounted_Hash_Recyclable< T >::subject ( void )
 


Member Data Documentation

template<classT>
T ACE_Refcounted_Hash_Recyclable<T>::t_ [protected]
 


The documentation for this class was generated from the following files:
Generated at Sat Dec 1 11:04:40 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000