Classes

Intrusive_Ref_Count_Base_T.h File Reference

#include "ace/Atomic_Op.h"
#include "tao/Intrusive_Ref_Count_Base_T.inl"
#include "tao/Intrusive_Ref_Count_Base_T.cpp"

Classes

class  TAO_Intrusive_Ref_Count_Base< ACE_LOCK >
 Template base class to provide intrusive reference-counting to subclasses. This makes the subclass capable of using a TAO_Intrusive_Ref_Count_Handle<X> class as a smart-pointer to an X object. In this case, X is a sub-class of this class, TAO_Intrusive_Ref_Count_Base<ACE_LOCK>. The ACE_LOCK type is used to protect the atomic reference count data member. More...

Detailed Description

Id:
Intrusive_Ref_Count_Base_T.h 74014 2006-08-14 13:52:22Z johnnyw
Authors:
Tim Bradley <bradley_t@ociweb.com>
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines