A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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.

Member Function Documentation

template<typename T >
static void ns3::DefaultDeleter< T >::Delete ( T *  object)
inlinestatic

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


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