fpmas 1.6
Public Member Functions | List of all members
fpmas::api::utils::Callback< Args > Class Template Referenceabstract

#include <callback.h>

Public Member Functions

virtual void call (Args... args)=0
 

Detailed Description

template<typename... Args>
class fpmas::api::utils::Callback< Args >

Generic callback API.

Template Parameters
ArgsCallback arguments

Member Function Documentation

◆ call()

template<typename... Args>
virtual void fpmas::api::utils::Callback< Args >::call ( Args...  args)
pure virtual

Calls the callback.

Parameters
argscallback arguments

Implemented in fpmas::utils::VoidCallback< Args >.


The documentation for this class was generated from the following file: