Abstract base class for CallbackComponent. More...
#include "callback.h"
Public Member Functions | |
virtual | ~CallbackComponentBase () |
Virtual destructor. More... | |
virtual bool | IsEqual (std::shared_ptr< const CallbackComponentBase > other) const =0 |
Equality test. More... | |
Abstract base class for CallbackComponent.
Provides equality test.
Definition at line 136 of file callback.h.
|
inlinevirtual |
Virtual destructor.
Definition at line 140 of file callback.h.
|
pure virtual |
Equality test.
[in] | other | CallbackComponent Ptr |
true
if we are equal Implemented in ns3::CallbackComponent< T, false >, and ns3::CallbackComponent< T, isComparable >.