A Discrete-Event Network Simulator
API
ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 > Class Template Referenceabstract

The unqualified CallbackImpl class. More...

#include "callback.h"

+ Inheritance diagram for ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >:

Public Member Functions

virtual ~CallbackImpl ()
 
virtual std::string GetTypeid (void) const
 
virtual R operator() (T1, T2, T3, T4, T5, T6, T7, T8, T9)=0
 

Static Public Member Functions

static std::string DoGetTypeid (void)
 

Detailed Description

template<typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
class ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >

The unqualified CallbackImpl class.

CallbackImpl class with nine arguments.

Template Parameters
R[explicit] The return type of the Callback. The remaining template arguments are the types of any arguments to the Callback.

Definition at line 398 of file callback.h.

Constructor & Destructor Documentation

◆ ~CallbackImpl()

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 >
virtual ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::~CallbackImpl ( )
inlinevirtual

Definition at line 401 of file callback.h.

Member Function Documentation

◆ DoGetTypeid()

◆ GetTypeid()

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 >
virtual std::string ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::GetTypeid ( void  ) const
inlinevirtual

Definition at line 404 of file callback.h.

References ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::DoGetTypeid().

+ Here is the call graph for this function:

◆ operator()()

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 >
virtual R ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::operator() ( T1  ,
T2  ,
T3  ,
T4  ,
T5  ,
T6  ,
T7  ,
T8  ,
T9   
)
pure virtual

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