#include <RCPtr.h>
Protected Member Functions | |
void | increment (const ReferenceCounted *rcp) |
Increment the counter of a reference counted object. | |
bool | release (const ReferenceCounted *rcp) |
Decrement the counter of a reference counted object. | |
Private Types | |
typedef ReferenceCounted::CounterType | CounterType |
Get counter type from ReferenceCounted class. |
The RCPtrBase class communicates with the ReferenceCounted object which must be the base class of all objects pointed to and which keeps count of the pointers pointing to an object.
Definition at line 30 of file RCPtr.h.
typedef ReferenceCounted::CounterType ThePEG::Pointer::RCPtrBase::CounterType [private] |