![]() |
VSM C++ SDK
Vehicle Specific Modules SDK
|
Callback which can be executed. More...
#include <callback.h>
Classes | |
class | Ptr |
Pointer class type. More... | |
Public Types | |
using | Result_t = Result |
Result type. More... | |
Public Member Functions | |
virtual Result_t | operator() ()=0 |
Execute callback. More... | |
Callback which can be executed.
Custom callbacks should be derived from this class.
Result | Return value type of the callback execution. |
using ugcs::vsm::Callback_base< Result >::Result_t = Result |
Result type.
|
pure virtual |