ACE_Refcounted_Hash_Recyclable< T > Class Template Reference#include <Strategies_T.h>
Inheritance diagram for ACE_Refcounted_Hash_Recyclable< T >:
![]()
Collaboration diagram for ACE_Refcounted_Hash_Recyclable< T >:
![]()
template<class T>
|
ACE_INLINE ACE_Refcounted_Hash_Recyclable< T >::ACE_Refcounted_Hash_Recyclable | ( | void | ) | [inline] |
Default constructor.
ACE_INLINE 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 | ) | [inline, virtual] |
Destructor.
ACE_INLINE bool ACE_Refcounted_Hash_Recyclable< T >::operator== | ( | const ACE_Refcounted_Hash_Recyclable< T > & | rhs | ) | const [inline] |
Compares two instances.
ACE_INLINE bool ACE_Refcounted_Hash_Recyclable< T >::operator!= | ( | const ACE_Refcounted_Hash_Recyclable< T > & | rhs | ) | const [inline] |
ACE_INLINE T & ACE_Refcounted_Hash_Recyclable< T >::subject | ( | void | ) | [inline] |
ACE_INLINE u_long ACE_Refcounted_Hash_Recyclable< T >::hash_i | ( | void | ) | const [inline, protected, virtual] |
T ACE_Refcounted_Hash_Recyclable< T >::t_ [protected] |