Include dependency graph for AsyncFunCalls.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | NullaryFunDialer |
Calls a function without arguments. See also: NullaryMemFunT. More... | |
class | UnaryFunDialer< Argument1 > |
CallDialer for single-parameter stand-alone functions. More... | |
Functions | |
template<typename Argument1 > | |
UnaryFunDialer< Argument1 > | callDialer (void(*handler)(Argument1), Argument1 arg1) |
helper function to simplify UnaryFunDialer creation More... | |
Function Documentation
◆ callDialer()
template<typename Argument1 >
UnaryFunDialer< Argument1 > callDialer | ( | void(*)(Argument1) | handler, |
Argument1 | arg1 | ||
) |