casa
$Rev:20696$
|
#include <functor.h>
Public Member Functions | |
f03 (C *o, void(C::*i)(P1, P2, P3)) | |
void | invoke (P1 a1, P2 a2, P3 a3) |
void | invoke (args *ga) |
Private Attributes | |
C * | obj |
void(C::* | impl )(P1, P2, P3) |
casa::functor::f03< C, P1, P2, P3 >::f03 | ( | C * | o, |
void(C::*)(P1, P2, P3) | i | ||
) | [inline] |
void casa::functor::f03< C, P1, P2, P3 >::invoke | ( | P1 | a1, |
P2 | a2, | ||
P3 | a3 | ||
) | [inline] |
Definition at line 162 of file functor.h.
References casa::functor::f03< C, P1, P2, P3 >::impl, and casa::functor::f03< C, P1, P2, P3 >::obj.
void casa::functor::f03< C, P1, P2, P3 >::invoke | ( | args * | ga | ) | [inline, virtual] |
Implements casa::functor::f_.
Definition at line 163 of file functor.h.
References casa::functor::args03< T1, T2, T3 >::one(), casa::functor::args03< T1, T2, T3 >::three(), and casa::functor::args03< T1, T2, T3 >::two().
void(C::* casa::functor::f03< C, P1, P2, P3 >::impl)(P1, P2, P3) [private] |
Definition at line 170 of file functor.h.
Referenced by casa::functor::f03< C, P1, P2, P3 >::invoke().
C* casa::functor::f03< C, P1, P2, P3 >::obj [private] |
Definition at line 169 of file functor.h.
Referenced by casa::functor::f03< C, P1, P2, P3 >::invoke().