A template used to delete objects by the ns3::SimpleRefCount templates when the last reference to an object they manage disappears. More...
#include "default-deleter.h"
Static Public Member Functions | |
static void | Delete (T *object) |
The default deleter implementation, which just does a normal. More... | |
A template used to delete objects by the ns3::SimpleRefCount templates when the last reference to an object they manage disappears.
T | [deduced] The object type being deleted. |
Definition at line 43 of file default-deleter.h.
|
inlinestatic |
The default deleter implementation, which just does a normal.
T | [deduced] The object type being deleted. |
[in] | object | The object to delete. |
Definition at line 53 of file default-deleter.h.