Definition at line 459 of file wvcallback.h.
Public Types | |
typedef ComposedCallback::FrozenParams | FrozenParams |
Public Member Functions | |
template<typename PtrToObject, typename PtrToMember> | |
WvBoundCallback (PtrToObject obj, PtrToMember member, B _param) | |
template<typename Functor> | |
WvBoundCallback (const Functor &func, B _param) | |
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 | thaw (const FrozenParams &frozen) const |