casa
5.7.0-16
|
#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) |
Public Member Functions inherited from casa::functor::f_ | |
f_ () | |
virtual | ~f_ () |
Private Attributes | |
C * | obj |
void(C::* | impl )(P1, P2, P3) |
|
inline |
|
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.
|
inlinevirtual |
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().
|
private |
Definition at line 170 of file functor.h.
Referenced by casa::functor::f03< C, P1, P2, P3 >::invoke().
|
private |
Definition at line 169 of file functor.h.
Referenced by casa::functor::f03< C, P1, P2, P3 >::invoke().