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

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