|
ACE
6.1.2
|
#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_ |
|
inline |
Default constructor.
|
inline |
Constructor.
|
virtual |
Destructor.
|
inlineprotectedvirtual |
Computes and returns hash value.
Implements ACE_Hashable.
|
inline |
|
inline |
Compares two instances.
|
inline |
|
protected |
1.8.0-20120409