TAO 4.0.1
|
#include <Intrusive_Ref_Count_Base_T.h>
Public Member Functions | |
virtual | ~TAO_Intrusive_Ref_Count_Base () |
void | _add_ref () |
void | _remove_ref () |
Protected Member Functions | |
TAO_Intrusive_Ref_Count_Base () | |
Private Member Functions | |
TAO_Intrusive_Ref_Count_Base (const TAO_Intrusive_Ref_Count_Base &) | |
TAO_Intrusive_Ref_Count_Base & | operator= (const TAO_Intrusive_Ref_Count_Base &) |
Private Attributes | |
std::atomic< uint32_t > | refcount_ |
|
virtual |
|
protected |
|
private |
void TAO_Intrusive_Ref_Count_Base< T >::_add_ref | ( | ) |
void TAO_Intrusive_Ref_Count_Base< T >::_remove_ref | ( | ) |
|
private |
|
private |