A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty > Class Template Reference

#include <callback.h>

+ Inheritance diagram for ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >:
+ Collaboration diagram for ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >:

Public Member Functions

virtual ~CallbackImpl ()
virtual R operator() (T1, T2, T3, T4)=0
- Public Member Functions inherited from ns3::CallbackImplBase
virtual ~CallbackImplBase ()
virtual bool IsEqual (Ptr< const CallbackImplBase > other) const =0
- Public Member Functions inherited from ns3::SimpleRefCount< CallbackImplBase >
 SimpleRefCount ()
 SimpleRefCount (const SimpleRefCount &o)
uint32_t GetReferenceCount (void) const
SimpleRefCountoperator= (const SimpleRefCount &o)
void Ref (void) const
void Unref (void) const

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< CallbackImplBase >
static void Cleanup (void)

Detailed Description

template<typename R, typename T1, typename T2, typename T3, typename T4>
class ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >

Definition at line 116 of file callback.h.

Constructor & Destructor Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
virtual ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >::~CallbackImpl ( )
inlinevirtual

Definition at line 118 of file callback.h.

Member Function Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
virtual R ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >::operator() ( T1  ,
T2  ,
T3  ,
T4   
)
pure virtual

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