#include <wvcallback.h>
Collaboration diagram for WvCallback< R, P1, P2, P3, P4, P5, P6, P7, P8 >:
Public Types | |
| typedef Impl::FrozenParams | FrozenParams |
| typedef R | ReturnType |
| typedef P1 | Parm1 |
| typedef P2 | Parm2 |
| typedef P3 | Parm3 |
| typedef P4 | Parm4 |
| typedef P5 | Parm5 |
| typedef P6 | Parm6 |
| typedef P7 | Parm7 |
| typedef P8 | Parm8 |
Public Member Functions | |
| WvCallback () | |
| WvCallback (int) | |
| WvCallback (const WvCallback &cb) | |
| template<typename Functor> | WvCallback (const Functor &func) |
| WvCallback (const typename WvCallbackImpl< R, P1, P2, P3, P4, P5, P6, P7, P8 >::type func) | |
| template<typename PtrToObject, typename PtrToMember> | WvCallback (PtrToObject obj, PtrToMember member) |
| ~WvCallback () | |
| WvCallback & | operator= (const WvCallback &cb) |
| operator bool () const | |
| R | operator() () const |
| R | operator() (P1 p1) const |
| R | operator() (P1 p1, P2 p2) const |
| R | operator() (P1 p1, P2 p2, P3 p3) const |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4) const |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) const |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) const |
| R | operator() (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) const |
| R | thaw (const FrozenParams &frozen) const |
Protected Member Functions | |
| bool | operator== (const WvCallback &cb) |
|
|||||
|
Definition at line 382 of file wvcallback.h. |
|
|||||
|
Definition at line 384 of file wvcallback.h. |
|
|||||
|
Definition at line 385 of file wvcallback.h. |
|
|||||
|
Definition at line 386 of file wvcallback.h. |
|
|||||
|
Definition at line 387 of file wvcallback.h. |
|
|||||
|
Definition at line 388 of file wvcallback.h. |
|
|||||
|
Definition at line 389 of file wvcallback.h. |
|
|||||
|
Definition at line 390 of file wvcallback.h. |
|
|||||
|
Definition at line 391 of file wvcallback.h. |
|
|||||
|
Definition at line 383 of file wvcallback.h. |
|
|||||||||
|
Definition at line 392 of file wvcallback.h. |
|
||||||||||
|
Definition at line 394 of file wvcallback.h. |
|
||||||||||
|
Definition at line 396 of file wvcallback.h. |
|
||||||||||||||
|
Definition at line 399 of file wvcallback.h. |
|
||||||||||
|
Definition at line 401 of file wvcallback.h. |
|
||||||||||||||||||||
|
Definition at line 406 of file wvcallback.h. |
|
|||||||||
|
Definition at line 409 of file wvcallback.h. |
|
|||||||||
|
Definition at line 425 of file wvcallback.h. |
|
||||||||||||||||||||||||||||||||||||||||
|
Definition at line 443 of file wvcallback.h. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 441 of file wvcallback.h. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 439 of file wvcallback.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 437 of file wvcallback.h. |
|
||||||||||||||||||||||||
|
Definition at line 435 of file wvcallback.h. |
|
||||||||||||||||||||
|
Definition at line 433 of file wvcallback.h. |
|
||||||||||||||||
|
Definition at line 431 of file wvcallback.h. |
|
||||||||||
|
Definition at line 429 of file wvcallback.h. |
|
|||||||||
|
Definition at line 427 of file wvcallback.h. |
|
||||||||||
|
Definition at line 412 of file wvcallback.h. |
|
||||||||||
|
|
|
||||||||||
|
Definition at line 445 of file wvcallback.h. Referenced by WvBoundCallback< InnerCallback, B >::thaw(). |
1.3.6-20040222