#include <Callback.h>
Public Member Functions | |
_SCallback (Method method, ParamType1 param1, ParamType2 param2, ParamType3 param3, ParamType4 param4) | |
_SCallback (_SCallback< ParamType1, ParamType2, ParamType3, ParamType4 > const &cb) | |
Protected Types | |
typedef void(* | Method) (ParamType1, ParamType2, ParamType3, ParamType4) |
Protected Member Functions | |
void | _Execute () |
Protected Attributes | |
Method | m_method |
ParamType1 | m_param1 |
ParamType2 | m_param2 |
ParamType3 | m_param3 |
ParamType4 | m_param4 |
Definition at line 128 of file Callback.h.
|
protected |
Definition at line 131 of file Callback.h.
|
inline |
Definition at line 142 of file Callback.h.
|
inline |
|
inlineprotected |
Definition at line 137 of file Callback.h.
|
protected |
Definition at line 132 of file Callback.h.
|
protected |
Definition at line 133 of file Callback.h.
|
protected |
Definition at line 134 of file Callback.h.
|
protected |
Definition at line 135 of file Callback.h.
|
protected |
Definition at line 136 of file Callback.h.