hdnum::NondeletingMemoryManagementPolicy Class Reference
Don't 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
Don't delete target if reference count reaches zero.
If this class is given to CP as the memory management policy, the CP objects won't delete the pointed to object if the reference count reaches zero.
The documentation for this class was generated from the following file: