#include <callback.h>
Public Member Functions | |
CallbackBase () | |
Ptr< CallbackImplBase > | GetImpl (void) const |
Protected Member Functions | |
CallbackBase (Ptr< CallbackImplBase > impl) | |
Protected Attributes | |
Ptr< CallbackImplBase > | m_impl |
Definition at line 336 of file callback.h.
ns3::CallbackBase::CallbackBase | ( | ) | [inline] |
Definition at line 338 of file callback.h.
ns3::CallbackBase::CallbackBase | ( | Ptr< CallbackImplBase > | impl | ) | [inline, protected] |
Definition at line 341 of file callback.h.
Ptr<CallbackImplBase> ns3::CallbackBase::GetImpl | ( | void | ) | const [inline] |
Definition at line 339 of file callback.h.
References m_impl.
Referenced by ns3::Callback< void, int8_t >::Assign(), ns3::Callback< void, int8_t >::CheckType(), ns3::Callback< void, int8_t >::IsEqual(), and ns3::CallbackValue::SerializeToString().
Ptr<CallbackImplBase> ns3::CallbackBase::m_impl [protected] |
Definition at line 342 of file callback.h.
Referenced by ns3::Callback< void, int8_t >::DoAssign(), ns3::Callback< void, int8_t >::DoPeekImpl(), GetImpl(), ns3::Callback< void, int8_t >::IsEqual(), and ns3::Callback< void, int8_t >::Nullify().