#include <wvcallback.h>
Public Types | |
typedef R(* | type )(P1, P2, P3, P4, P5, P6, P7, P8) |
Public Member Functions | |
R | thaw (const FrozenParams &frozen) |
virtual R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8)=0 |
virtual WvCallbackImpl * | clone () const =0 |
virtual | ~WvCallbackImpl () |
|
Definition at line 39 of file wvcallback.h. |
|
Definition at line 44 of file wvcallback.h. |
|
Implemented in WvCallbackFunctor< ParentCallback, Functor >, and WvCallbackMember< ParentCallback, PtrToObject, PtrToMember >. Referenced by WvCallback< R, P1 >::operator=(), and WvCallback< R, P1 >::WvCallback(). |
|
|
|
Definition at line 40 of file wvcallback.h. Referenced by WvCallback< R, P1 >::thaw(). |