1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
.TH ACE_Refcountable 3 "1 Dec 2001" "ACE" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ACE_Refcountable \-
.SH SYNOPSIS
.br
.PP
\fC#include <Strategies.h>\fR
.PP
Inherited by \fBACE_Refcounted_Hash_Recyclable\fR.
.PP
.SS Public Methods
.in +1c
.ti -1c
.RI "virtual \fB~ACE_Refcountable\fR (void)"
.br
.RI "\fIDestructor.\fR"
.ti -1c
.RI "int \fBincrement\fR (void)"
.br
.ti -1c
.RI "int \fBdecrement\fR (void)"
.br
.ti -1c
.RI "int \fBrefcount\fR (void) const"
.br
.RI "\fIReturns the current refcount.\fR"
.in -1c
.SS Protected Methods
.in +1c
.ti -1c
.RI "\fBACE_Refcountable\fR (int refcount)"
.br
.RI "\fIProtected constructor.\fR"
.in -1c
.SS Protected Attributes
.in +1c
.ti -1c
.RI "int \fBrefcount_\fR"
.br
.RI "\fICurrent refcount.\fR"
.in -1c
.SH CONSTRUCTOR & DESTRUCTOR DOCUMENTATION
.PP
.SS ACE_Refcountable::~ACE_Refcountable (void)\fC [virtual]\fR
.PP
Destructor.
.PP
.SS ACE_Refcountable::ACE_Refcountable (int refcount)\fC [protected]\fR
.PP
Protected constructor.
.PP
.SH MEMBER FUNCTION DOCUMENTATION
.PP
.SS int ACE_Refcountable::decrement (void)
.PP
.SS int ACE_Refcountable::increment (void)
.PP
.SS int ACE_Refcountable::refcount (void) const
.PP
Returns the current refcount.
.PP
.SH MEMBER DATA DOCUMENTATION
.PP
.SS int ACE_Refcountable::refcount_\fC [protected]\fR
.PP
Current refcount.
.PP
.SH AUTHOR
.PP
Generated automatically by Doxygen for ACE from the source code.
|