#include <wvcallback.h>
Collaboration diagram for WvCallbackFunctor< ParentCallback, Functor >:
Public Types | |
typedef R(* | type )(P1, P2, P3, P4, P5, P6, P7, P8) |
Public Member Functions | |
WvCallbackFunctor (const Functor &_func) | |
WvCallbackFunctor * | clone () const |
R | operator() () |
R | operator() (P1 p1) |
R | operator() (P1 p1, P2 p2) |
R | operator() (P1 p1, P2 p2, P3 p3) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) |
R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) |
R | thaw (const FrozenParams &frozen) |
|
Definition at line 39 of file wvcallback.h. |
|
Definition at line 292 of file wvcallback.h. Referenced by WvCallbackFunctor< ParentCallback, Functor >::clone(). |
|
Implements WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >. Definition at line 294 of file wvcallback.h. References WvCallbackFunctor< ParentCallback, Functor >::WvCallbackFunctor(). |
|
Implements WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >. Definition at line 312 of file wvcallback.h. |
|
Definition at line 310 of file wvcallback.h. |
|
Definition at line 308 of file wvcallback.h. |
|
Definition at line 306 of file wvcallback.h. |
|
Definition at line 304 of file wvcallback.h. |
|
Definition at line 302 of file wvcallback.h. |
|
Definition at line 300 of file wvcallback.h. |
|
Definition at line 298 of file wvcallback.h. |
|
Definition at line 296 of file wvcallback.h. |
|
Definition at line 40 of file wvcallback.h. Referenced by WvCallback< R, P1 >::thaw(). |