A Discrete-Event Network Simulator
API
ns3::EventMemberImplObjTraits< Ptr< T > > Struct Template Reference

Helper for the MakeEvent functions which take a class method. More...

#include "ptr.h"

Static Public Member Functions

static T & GetReference (Ptr< T > p)
 

Detailed Description

template<typename T>
struct ns3::EventMemberImplObjTraits< Ptr< T > >

Helper for the MakeEvent functions which take a class method.

This is the specialization for Ptr types.

Template Parameters
T[deduced] The type of the underlying object.

Definition at line 385 of file ptr.h.

Member Function Documentation

◆ GetReference()

template<typename T >
static T& ns3::EventMemberImplObjTraits< Ptr< T > >::GetReference ( Ptr< T >  p)
inlinestatic
Parameters
[in]pObject pointer
Returns
A reference to the object pointed to by p

Definition at line 391 of file ptr.h.

References ns3::PeekPointer().

+ Here is the call graph for this function:

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