Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Refcountable Class Reference

#include <Refcountable.h>

Inheritance diagram for ACE_Refcountable:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~ACE_Refcountable (void)
 Destructor. More...

int increment (void)
int decrement (void)
int refcount (void) const
 Returns the current refcount. More...


Protected Methods

 ACE_Refcountable (int refcount)
 Protected constructor. More...


Protected Attributes

int refcount_
 Current refcount. More...


Detailed Description


Constructor & Destructor Documentation

ACE_INLINE ACE_Refcountable::~ACE_Refcountable void    [virtual]
 

Destructor.

ACE_INLINE ACE_Refcountable::ACE_Refcountable int    refcount [protected]
 

Protected constructor.


Member Function Documentation

ACE_INLINE int ACE_Refcountable::decrement void   
 

ACE_INLINE int ACE_Refcountable::increment void   
 

ACE_INLINE int ACE_Refcountable::refcount void    const
 

Returns the current refcount.


Member Data Documentation

int ACE_Refcountable::refcount_ [protected]
 

Current refcount.


The documentation for this class was generated from the following files:
Generated on Wed Jan 15 19:13:15 2003 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001