#include <LocalObject.h>
Public Member Functions | |
virtual void | _add_ref (void) |
Increment reference count. | |
virtual void | _remove_ref (void) |
Decrement reference count. | |
Protected Member Functions | |
TAO_Local_RefCounted_Object (void) | |
Private Member Functions | |
Unimplemented methods | |
TAO_Local_RefCounted_Object (const TAO_Local_RefCounted_Object &) | |
TAO_Local_RefCounted_Object & | operator= (const TAO_Local_RefCounted_Object &) |
This is proprietary convenience class that implements reference counting in locality constrained objects.
ACE_INLINE TAO_Local_RefCounted_Object::TAO_Local_RefCounted_Object | ( | void | ) | [protected] |
Make it protected to prevent instantiation of this class.
TAO_Local_RefCounted_Object::TAO_Local_RefCounted_Object | ( | const TAO_Local_RefCounted_Object & | ) | [private] |
void TAO_Local_RefCounted_Object::_add_ref | ( | void | ) | [virtual] |
void TAO_Local_RefCounted_Object::_remove_ref | ( | void | ) | [virtual] |
TAO_Local_RefCounted_Object& TAO_Local_RefCounted_Object::operator= | ( | const TAO_Local_RefCounted_Object & | ) | [private] |