casa
5.7.0-16
|
#include <functor.h>
Public Member Functions | |
f02 (C *o, void(C::*i)(P1, P2)) | |
void | invoke (P1 a1, P2 a2) |
void | invoke (args *ga) |
Public Member Functions inherited from casa::functor::f_ | |
f_ () | |
virtual | ~f_ () |
Private Attributes | |
C * | obj |
void(C::* | impl )(P1, P2) |
|
inline |
|
inline |
Definition at line 148 of file functor.h.
References casa::functor::f02< C, P1, P2 >::impl, and casa::functor::f02< C, P1, P2 >::obj.
Referenced by casa::functor::f02< C, P1, P2 >::invoke().
|
inlinevirtual |
Implements casa::functor::f_.
Definition at line 149 of file functor.h.
References casa::functor::f02< C, P1, P2 >::invoke(), casa::functor::args02< T1, T2 >::one(), and casa::functor::args02< T1, T2 >::two().
|
private |
Definition at line 156 of file functor.h.
Referenced by casa::functor::f02< C, P1, P2 >::invoke().
|
private |
Definition at line 155 of file functor.h.
Referenced by casa::functor::f02< C, P1, P2 >::invoke().