Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

callback.h File Reference
#include <QObject>
+ Include dependency graph for callback.h:

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

◆ makeCallback()

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

Definition at line 25 of file callback.h.

Released under the MIT license