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

CallbackImpl classes with varying numbers of argument types. More...

#include <callback.h>

+ Inheritance diagram for ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >:
+ Collaboration diagram for ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >:

Public Member Functions

virtual ~CallbackImpl ()
 
virtual R operator() (void)=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 ()
 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. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 

Additional Inherited Members

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

Detailed Description

template<typename R>
class ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >

CallbackImpl classes with varying numbers of argument types.

CallbackImpl class with no arguments.

Definition at line 106 of file callback.h.

Constructor & Destructor Documentation

template<typename R >
virtual ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >::~CallbackImpl ( )
inlinevirtual

Definition at line 108 of file callback.h.

Member Function Documentation

template<typename R >
virtual R ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >::operator() ( void  )
pure virtual

Abstract operator.


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