|
ACE 8.0.1
|
#include <Strategies_T.h>


Protected Member Functions | |
| u_long | hash_i () const |
| Computes and returns hash value. | |
Protected Member Functions inherited from ACE_Refcountable_T< ACE_Null_Mutex > | |
| ACE_Refcountable_T (long refcount) | |
| Protected constructor. | |
Protected Member Functions inherited from ACE_Hashable | |
| ACE_Hashable ()=default | |
| Protected constructor. | |
Protected Member Functions inherited from ACE_Recyclable | |
| ACE_Recyclable (ACE_Recyclable_State initial_state) | |
| Constructor. | |
Protected Attributes | |
| T | t_ |
Protected Attributes inherited from ACE_Refcountable_T< ACE_Null_Mutex > | |
| ACE_Atomic_Op< ACE_Null_Mutex, long > | refcount_ |
| Current refcount. | |
Protected Attributes inherited from ACE_Hashable | |
| unsigned long | hash_value_ {} |
| Pre-computed hash-value. | |
Protected Attributes inherited from ACE_Recyclable | |
| ACE_Recyclable_State | recycle_state_ |
| Our state. | |
|
inline |
Default constructor.
|
inline |
Constructor.
|
virtual |
Destructor.
|
inlineprotectedvirtual |
Computes and returns hash value.
Implements ACE_Hashable.
|
inline |
|
inline |
Compares two instances.
|
inline |
|
protected |