|
reSIProcate/DialogUsageManager
9694
|
#include <RefCountedDestroyer.hxx>

Classes | |
| class | Guard |
Public Member Functions | |
| RefCountedDestroyer (T *target) | |
Private Attributes | |
| T * | mTarget |
| int | mCount |
| bool | mDestroying |
Friends | |
| class | Guard |
Definition at line 9 of file RefCountedDestroyer.hxx.
| resip::RefCountedDestroyer< T >::RefCountedDestroyer | ( | T * | target | ) | [inline] |
Definition at line 43 of file RefCountedDestroyer.hxx.
:
mTarget(target),
mCount(0),
mDestroying(false)
{
}
friend class Guard [friend] |
Definition at line 50 of file RefCountedDestroyer.hxx.
int resip::RefCountedDestroyer< T >::mCount [private] |
Definition at line 52 of file RefCountedDestroyer.hxx.
Referenced by resip::RefCountedDestroyer< T >::Guard::Guard(), and resip::RefCountedDestroyer< T >::Guard::~Guard().
bool resip::RefCountedDestroyer< T >::mDestroying [private] |
Definition at line 53 of file RefCountedDestroyer.hxx.
Referenced by resip::RefCountedDestroyer< T >::Guard::destroy(), resip::RefCountedDestroyer< T >::Guard::destroyed(), and resip::RefCountedDestroyer< T >::Guard::~Guard().
T* resip::RefCountedDestroyer< T >::mTarget [private] |
Definition at line 51 of file RefCountedDestroyer.hxx.
Referenced by resip::RefCountedDestroyer< T >::Guard::~Guard().
1.7.5.1