ACE 8.0.1
|
#include <Strategies_T.h>
Protected Member Functions | |
u_long | hash_i () const |
Computes and returns hash value. | |
![]() | |
ACE_Refcountable_T (long refcount) | |
Protected constructor. | |
![]() | |
ACE_Hashable ()=default | |
Protected constructor. | |
![]() | |
ACE_Recyclable (ACE_Recyclable_State initial_state) | |
Constructor. | |
Protected Attributes | |
T | t_ |
![]() | |
ACE_Atomic_Op< ACE_Null_Mutex, long > | refcount_ |
Current refcount. | |
![]() | |
unsigned long | hash_value_ {} |
Pre-computed hash-value. | |
![]() | |
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 |