A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 

Detailed Description

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

Definition at line 60 of file object.h.

Member Function Documentation

◆ Delete()

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 515 of file object.h.


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