TAO
2.0.8
|
#include "ace/Atomic_Op.h"
#include "tao/Intrusive_Ref_Count_Object_T.inl"
#include "tao/Intrusive_Ref_Count_Object_T.cpp"
Classes | |
class | TAO_Intrusive_Ref_Count_Object< OBJ, ACE_LOCK > |
Template class as wrapper of a non reference counted data type but provide intrusive reference-counting feature by inherited from TAO_Intrusive_Ref_Count_Base. This makes the parameterized type data be smart pointer by using a TAO_Intrusive_Ref_Count_Handle<X> to an this wrapper object. More... |