A Discrete-Event Network Simulator
API
ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty > Class Template Referenceabstract

CallbackImpl class with four arguments. More...

#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 std::string GetTypeid (void) const
 Get the name of this object type. More...
 
virtual R operator() (T1, T2, T3, T4)=0
 Abstract operator. More...
 
- Public Member Functions inherited from ns3::CallbackImplBase
virtual ~CallbackImplBase ()
 Virtual destructor. More...
 
virtual bool IsEqual (Ptr< const CallbackImplBase > other) const =0
 Equality test. More...
 
- Public Member Functions inherited from ns3::SimpleRefCount< CallbackImplBase >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Static Public Member Functions

static std::string DoGetTypeid (void)
 Get the name of this object type. More...
 

Additional Inherited Members

- Static Protected Member Functions inherited from ns3::CallbackImplBase
static std::string Demangle (const std::string &mangled)
 
template<typename T >
static std::string GetCppTypeid (void)
 Helper to get the C++ typeid as a string. More...
 

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 >

CallbackImpl class with four arguments.

Definition at line 283 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 285 of file callback.h.

Member Function Documentation

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
static std::string ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >::DoGetTypeid ( void  )
inlinestatic

Get the name of this object type.

Returns
The object type as a string.

Definition at line 292 of file callback.h.

template<typename R , typename T1 , typename T2 , typename T3 , typename T4 >
virtual std::string ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >::GetTypeid ( void  ) const
inlinevirtual

Get the name of this object type.

Returns
The object type as a string.

Implements ns3::CallbackImplBase.

Definition at line 287 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:

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

Abstract operator.


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