Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
FunctionCallback< F > Class Template Reference

#include <callback.h>

Inheritance diagram for FunctionCallback< F >:
[legend]
Collaboration diagram for FunctionCallback< F >:
[legend]

Public Member Functions

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

Private Attributes

F 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

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

Definition at line 19 of file callback.h.

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

Definition at line 20 of file callback.h.

Member Function Documentation

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

Implements Callback.

Definition at line 21 of file callback.h.

Member Data Documentation

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

Definition at line 16 of file callback.h.


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