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

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

#include "make-event.h"

Static Public Member Functions

static T & GetReference (T *p)
 

Detailed Description

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

Helper for the MakeEvent functions which take a class method.

This helper converts a pointer to a reference.

This is the specialization for pointer types.

Template Parameters
T[explicit] The class type.

Definition at line 346 of file make-event.h.

Member Function Documentation

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

Definition at line 352 of file make-event.h.


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