hdnum::DeletingMemoryManagementPolicy Class Reference
Delete target if reference count reaches zero.
More...
#include <countingptr.hh>
List of all members.
|
Static Public Member Functions |
template<typename T> |
static void | delete_action (T *p) |
Detailed Description
Delete target if reference count reaches zero.
If this class is given to CP as the memory management policy, the CP objects will delete the pointed to object if the reference count reaches zero.
The documentation for this class was generated from the following file: