A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::DefaultDeleter< T > Struct Template Reference

a template used to delete objects by the *RefCount<> 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)
 

Detailed Description

template<typename T>
struct ns3::DefaultDeleter< T >

a template used to delete objects by the *RefCount<> templates when the last reference to an object they manage disappears.

See Also
ns3::SimpleRefCount

Definition at line 15 of file default-deleter.h.


The documentation for this struct was generated from the following file: