A Discrete-Event Network Simulator
API
ns3::ObjectDeleter Struct Reference

Standard Object deleter, used by SimpleRefCount to delete an Object when the reference count drops to zero. More...

#include "object.h"

Static Public Member Functions

static void Delete (Object *object)
 Smart pointer deleter implementation for Object. More...
 

Detailed Description

Standard Object deleter, used by SimpleRefCount to delete an Object when the reference count drops to zero.

Definition at line 59 of file object.h.

Member Function Documentation

void ns3::ObjectDeleter::Delete ( Object object)
inlinestatic

Smart pointer deleter implementation for Object.

Delete implementation, forwards to the Object::DoDelete() method.

Parameters
[in]objectThe Object to delete.

Definition at line 452 of file object.h.


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