#include <wvcallback.h>
Collaboration diagram for WvCallbackFunctor< ParentCallback, Functor >:
Public Types | |
typedef ParentCallback::ReturnType(* | type )(ParentCallback::Parm1, ParentCallback::Parm2, ParentCallback::Parm3, ParentCallback::Parm4, ParentCallback::Parm5, ParentCallback::Parm6, ParentCallback::Parm7, ParentCallback::Parm8) |
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) |
ParentCallback::ReturnType | thaw (const FrozenParams &frozen) |
virtual ParentCallback::ReturnType | operator() (ParentCallback::Parm1p1, ParentCallback::Parm2p2, ParentCallback::Parm3p3, ParentCallback::Parm4p4, ParentCallback::Parm5p5, ParentCallback::Parm6p6, ParentCallback::Parm7p7, ParentCallback::Parm8p8)=0 |
|
Definition at line 39 of file wvcallback.h. |
|
Definition at line 292 of file wvcallback.h. Referenced by WvCallbackFunctor< ParentCallback, Functor >::clone(). |
|
Definition at line 294 of file wvcallback.h. References WvCallbackFunctor< ParentCallback, Functor >::WvCallbackFunctor(). |
|
|
|
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. |