libsdr
0.1.0
A simple SDR library
|
Interface of a delegate. More...
#include <queue.hh>
Public Member Functions | |
virtual void | operator() ()=0 |
Call back interface. More... | |
virtual void * | instance ()=0 |
Returns the instance of the delegate. More... | |
Interface of a delegate.
|
pure virtual |
Returns the instance of the delegate.
Implemented in sdr::Delegate< T >.
|
pure virtual |
Call back interface.
Implemented in sdr::Delegate< T >.