![]() |
fpmas 1.6
|
#include <callback.h>
Public Member Functions | |
void | call (Args...) override |
virtual void | call (Args... args)=0 |
A Callback that does not perform any operation.
Might be used as a default Callback in some situations.
|
inlineoverridevirtual |
Calls the callback.
args | callback arguments |
Implements fpmas::api::utils::Callback< Args... >.