Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

FunctionCallback< F > Class Template Reference

#include <callback.h>

+ Inheritance diagram for FunctionCallback< F >:
+ Collaboration diagram for FunctionCallback< F >:

Public Member Functions

 FunctionCallback (F f_)
 
 ~FunctionCallback () override
 
void call () override
 

Private Attributes

f
 

Additional Inherited Members

- Public Slots inherited from Callback

Detailed Description

template<typename F>
class FunctionCallback< F >

Definition at line 14 of file callback.h.

Constructor & Destructor Documentation

◆ FunctionCallback()

template<typename F >
FunctionCallback< F >::FunctionCallback ( f_)
inlineexplicit

Definition at line 19 of file callback.h.

◆ ~FunctionCallback()

template<typename F >
FunctionCallback< F >::~FunctionCallback ( )
inlineoverride

Definition at line 20 of file callback.h.

Member Function Documentation

◆ call()

template<typename F >
void FunctionCallback< F >::call ( )
inlineoverridevirtual

Implements Callback.

Definition at line 21 of file callback.h.

References FunctionCallback< F >::f.

Member Data Documentation

◆ f

template<typename F >
F FunctionCallback< F >::f
private

Definition at line 16 of file callback.h.

Referenced by FunctionCallback< F >::call().


The documentation for this class was generated from the following file:
Released under the MIT license