#include <callback.h>
Public Member Functions | |
virtual | ~CallbackImpl () |
virtual R | operator() (T1)=0 |
Definition at line 108 of file callback.h.
virtual ns3::CallbackImpl< R, T1, empty, empty, empty, empty, empty, empty, empty, empty >::~CallbackImpl | ( | ) | [inline, virtual] |
Definition at line 110 of file callback.h.
virtual R ns3::CallbackImpl< R, T1, empty, empty, empty, empty, empty, empty, empty, empty >::operator() | ( | T1 | ) | [pure virtual] |