| ACE 6.0.4 | 
#include <Strategies_T.h>


| 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 | t_ | 
| ACE_Refcounted_Hash_Recyclable< T >::ACE_Refcounted_Hash_Recyclable | ( | void | ) |  [inline] | 
Default constructor.
| ACE_Refcounted_Hash_Recyclable< T >::ACE_Refcounted_Hash_Recyclable | ( | const T & | t, | 
| long | refcount = 0, | ||
| ACE_Recyclable_State | state = ACE_RECYCLABLE_UNKNOWN | ||
| ) |  [inline] | 
Constructor.
| ACE_Refcounted_Hash_Recyclable< T >::~ACE_Refcounted_Hash_Recyclable | ( | void | ) |  [virtual] | 
Destructor.
| u_long ACE_Refcounted_Hash_Recyclable< T >::hash_i | ( | void | ) | const  [inline, protected, virtual] | 
Computes and returns hash value.
Implements ACE_Hashable.
| bool ACE_Refcounted_Hash_Recyclable< T >::operator!= | ( | const ACE_Refcounted_Hash_Recyclable< T > & | rhs | ) | const  [inline] | 
| bool ACE_Refcounted_Hash_Recyclable< T >::operator== | ( | const ACE_Refcounted_Hash_Recyclable< T > & | rhs | ) | const  [inline] | 
Compares two instances.
| T & ACE_Refcounted_Hash_Recyclable< T >::subject | ( | void | ) |  [inline] | 
| T ACE_Refcounted_Hash_Recyclable< T >::t_  [protected] | 
 1.7.4
 1.7.4