#include <signal.h>
◆ Signal()
template<typename FuncType>
◆ connect() [1/2]
template<typename FuncType>
◆ connect() [2/2]
template<typename FuncType>
template<typename InstanceType , typename MemberFuncType >
Slot clan::Signal< FuncType >::connect |
( |
InstanceType |
instance, |
|
|
MemberFuncType |
func |
|
) |
| |
|
inline |
◆ operator()()
template<typename FuncType>
template<typename... Args>
void clan::Signal< FuncType >::operator() |
( |
Args &&... |
args | ) |
|
|
inline |
The documentation for this class was generated from the following file: