CallbackImpl class with eight arguments. More...
#include <callback.h>
Public Member Functions | |
virtual | ~CallbackImpl () |
virtual R | operator() (T1, T2, T3, T4, T5, T6, T7, T8)=0 |
Abstract operator. More... | |
![]() | |
virtual | ~CallbackImplBase () |
Virtual destructor. More... | |
virtual bool | IsEqual (Ptr< const CallbackImplBase > other) const =0 |
Equality test. More... | |
![]() | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (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 void | Cleanup (void) |
Noop. More... | |
CallbackImpl class with eight arguments.
Definition at line 162 of file callback.h.
|
inlinevirtual |
Definition at line 164 of file callback.h.
|
pure virtual |
Abstract operator.
Implemented in ns3::BoundFunctorCallbackImpl< T, R, TX, T1, T2, T3, T4, T5, T6, T7, T8 >.