The unqualified CallbackImpl class. More...
#include "callback.h"
 Inheritance diagram for ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >:
 Collaboration 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 | 
| Get the type as a string.  More... | |
| virtual R | operator() (T1, T2, T3, T4, T5, T6, T7, T8, T9)=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... | |
| 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... | |
Static Public Member Functions | |
| static std::string | DoGetTypeid (void) | 
  Static Public Member Functions inherited from ns3::SimpleRefCount< CallbackImplBase > | |
| static void | Cleanup (void) | 
| Noop.  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... | |
The unqualified CallbackImpl class.
CallbackImpl class with nine arguments.
Definition at line 189 of file callback.h.
      
  | 
  inlinevirtual | 
Definition at line 399 of file callback.h.
      
  | 
  inlinestatic | 
Definition at line 405 of file callback.h.
Referenced by ns3::Callback< void, int8_t >::DoAssign(), ns3::CallbackImpl< R, empty, empty, empty, empty, empty, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, empty, empty, empty, empty, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, empty, empty, empty, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, empty, empty, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, T4, empty, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, T4, T5, empty, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, empty, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, empty, empty >::GetTypeid(), ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, empty >::GetTypeid(), and ns3::CallbackImpl< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::GetTypeid().
 Here is the caller graph for this function:
      
  | 
  inlinevirtual | 
Get the type as a string.
Implements ns3::CallbackImplBase.
Definition at line 401 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:
      
  | 
  pure virtual | 
Abstract operator.
Implemented in ns3::MemPtrCallbackImpl< OBJ_PTR, MEM_PTR, R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >, and ns3::FunctorCallbackImpl< T, R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >.