#include <Callback.h>
Public Member Functions | |
SQueryCallback (typename QC3::Method method, QueryResult_AutoPtr result, ParamType1 param1, ParamType2 param2, ParamType3 param3) | |
![]() | |
_IQueryCallback (_SCallback< QueryResult_AutoPtr, ParamType1, ParamType2, ParamType3 > const &cb) | |
void | Execute () |
void | SetResult (QueryResult_AutoPtr result) |
QueryResult_AutoPtr | GetResult () |
![]() | |
_SCallback (Method method, QueryResult_AutoPtr param1, ParamType1 param2, ParamType2 param3, ParamType3 param4) | |
_SCallback (_SCallback< QueryResult_AutoPtr, ParamType1, ParamType2, ParamType3 > const &cb) | |
![]() | |
virtual | ~IQueryCallback () |
Private Types | |
typedef _SCallback< QueryResult_AutoPtr, ParamType1, ParamType2, ParamType3 > | QC3 |
Additional Inherited Members | |
![]() | |
typedef void(* | Method) (QueryResult_AutoPtr, ParamType1, ParamType2, ParamType3) |
![]() | |
void | _Execute () |
![]() | |
Method | m_method |
QueryResult_AutoPtr | m_param1 |
ParamType1 | m_param2 |
ParamType2 | m_param3 |
ParamType3 | m_param4 |
Definition at line 381 of file Callback.h.
|
private |
Definition at line 385 of file Callback.h.
|
inline |
Definition at line 387 of file Callback.h.