|
void | add (const InnerCallback &cb, void *cookie) |
|
void | del (void *cookie) |
|
bool | isempty () const |
|
void | operator() () const |
|
template<typename P1 > |
void | operator() (P1 &p1) const |
|
template<typename P1 , typename P2 > |
void | operator() (P1 &p1, P2 &p2) const |
|
template<typename P1 , typename P2 , typename P3 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3) const |
|
template<typename P1 , typename P2 , typename P3 , typename P4 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3, P4 &p4) const |
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3, P4 &p4, P5 &p5) const |
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3, P4 &p4, P5 &p5, P6 &p6) const |
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3, P4 &p4, P5 &p5, P6 &p6, P7 &p7) const |
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 > |
void | operator() (P1 &p1, P2 &p2, P3 &p3, P4 &p4, P5 &p5, P6 &p6, P7 &p7, P8 &p8) const |
|
template<class InnerCallback>
class WvCallbackList< InnerCallback >
Definition at line 14 of file wvcallbacklist.h.
template<class InnerCallback >
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 >
void WvCallbackList< InnerCallback >::operator() |
( |
P1 & |
p1, |
|
|
P2 & |
p2, |
|
|
P3 & |
p3, |
|
|
P4 & |
p4, |
|
|
P5 & |
p5, |
|
|
P6 & |
p6 |
|
) |
| const |
|
inline |
template<class InnerCallback >
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 >
void WvCallbackList< InnerCallback >::operator() |
( |
P1 & |
p1, |
|
|
P2 & |
p2, |
|
|
P3 & |
p3, |
|
|
P4 & |
p4, |
|
|
P5 & |
p5, |
|
|
P6 & |
p6, |
|
|
P7 & |
p7 |
|
) |
| const |
|
inline |
template<class InnerCallback >
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 >
void WvCallbackList< InnerCallback >::operator() |
( |
P1 & |
p1, |
|
|
P2 & |
p2, |
|
|
P3 & |
p3, |
|
|
P4 & |
p4, |
|
|
P5 & |
p5, |
|
|
P6 & |
p6, |
|
|
P7 & |
p7, |
|
|
P8 & |
p8 |
|
) |
| const |
|
inline |