ARB
|
#include <cbtypes.h>
Public Types | |
typedef StrictlyTypedCallback < RT, F1, AW_CL, F2 > | SigP1 |
typedef StrictlyTypedCallback < RT, F1, F2, void > | SigP0F12 |
typedef StrictlyTypedCallback < RT, F2, void, void > | SigP0F2 |
Public Member Functions | |
Callback_FVF (SigP0F12 CB) | |
Callback_FVF (SigP0F2 CB) | |
Callback_FVF (SigP1 CB, AW_CL P1) | |
Callback_FVF (SigP1 CB, UntypedCallbackData::CallbackDataDeallocator dealloc, AW_CL P1) | |
RT | operator() (F1 f1, F2 f2) const |
bool | operator< (const Callback_FVF &other) const |
bool | operator== (const Callback_FVF &other) const |
bool | same_function_as (const Callback_FVF &other) const |
AW_CL | callee () const |
AW_CL | inspect_CD1 () const |
AW_CL | inspect_CD2 () const |
typedef StrictlyTypedCallback<RT,F1,AW_CL,F2> Callback_FVF< RT, F1, F2 >::SigP1 |
typedef StrictlyTypedCallback<RT,F1,F2,void> Callback_FVF< RT, F1, F2 >::SigP0F12 |
typedef StrictlyTypedCallback<RT,F2,void,void> Callback_FVF< RT, F1, F2 >::SigP0F2 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 256 of file cbtypes.h.
References arb_assert, StrictlyTypedCallback< RT, P1, P2, P3 >::make_cb(), and CallbackData< P1, P2 >::p1.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 270 of file cbtypes.h.
References CallbackData< P1, P2 >::p1.
|
inline |
Definition at line 271 of file cbtypes.h.
References CallbackData< P1, P2 >::p2.