Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Functions
callback.h File Reference
#include <QObject>
Include dependency graph for callback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Callback
 
class  FunctionCallback< F >
 

Functions

template<typename F >
FunctionCallback< F > * makeCallback (F f)
 

Function Documentation

template<typename F >
FunctionCallback<F>* makeCallback ( F  f)

Definition at line 25 of file callback.h.