#include <wvcallback.h>
Inheritance diagram for WvCallback3< RET, P1, P2, P3 >:

Public Types | |
| typedef WvCallbackBase< RET >::FakeFunc | FakeFunc |
| typedef WvCallbackBase< RET >::FakeGlobalFunc | FakeGlobalFunc |
| typedef RET(Fake::* | Func )(P1 p1, P2 p2, P3 p3) |
| typedef RET(* | GlobalFunc )(P1 p1, P2 p2, P3 p3) |
| typedef WvCallbackBase< RET >::FakeFunc | FakeFunc |
| typedef WvCallbackBase< RET >::FakeGlobalFunc | FakeGlobalFunc |
| typedef RET(Fake::* | Func )(P1 p1, P2 p2, P3 p3) |
| typedef RET(* | GlobalFunc )(P1 p1, P2 p2, P3 p3) |
Public Member Functions | |
| WvCallback3 (Fake *_obj, Func _func) | |
| WvCallback3 (GlobalFunc _func) | |
| RET | operator() (P1 p1, P2 p2, P3 p3) const |
| WvCallback3 (Fake *_obj, Func _func) | |
| WvCallback3 (GlobalFunc _func) | |
| RET | operator() (P1 p1, P2 p2, P3 p3) const |
|
|||||
|
Reimplemented from WvCallbackBase< RET >. Definition at line 124 of file utils/wvcallback.h. |
|
|||||
|
Reimplemented from WvCallbackBase< RET >. Definition at line 124 of file include/wvcallback.h. |
|
|||||
|
Reimplemented from WvCallbackBase< RET >. Definition at line 124 of file utils/wvcallback.h. |
|
|||||
|
Reimplemented from WvCallbackBase< RET >. Definition at line 124 of file include/wvcallback.h. |
|
|||||
|
Reimplemented in WvCallback3_bound< RET, T, P1, P2, P3 >, and WvCallback3_bound< RET, T, P1, P2, P3 >. Definition at line 124 of file utils/wvcallback.h. |
|
|||||
|
Reimplemented in WvCallback3_bound< RET, T, P1, P2, P3 >, and WvCallback3_bound< RET, T, P1, P2, P3 >. Definition at line 124 of file include/wvcallback.h. |
|
|||||
|
Definition at line 124 of file utils/wvcallback.h. |
|
|||||
|
Definition at line 124 of file include/wvcallback.h. |
|
||||||||||||||||
|
Definition at line 124 of file include/wvcallback.h. |
|
||||||||||
|
Definition at line 124 of file include/wvcallback.h. |
|
||||||||||||||||
|
Definition at line 124 of file utils/wvcallback.h. |
|
||||||||||
|
Definition at line 124 of file utils/wvcallback.h. |
|
||||||||||||||||||||
|
Definition at line 124 of file utils/wvcallback.h. |
|
||||||||||||||||||||
|
Definition at line 124 of file include/wvcallback.h. |
1.3-rc3