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