casa
$Rev:20696$
|
#include <functor.h>
Public Member Functions | |
f01 (C *o, void(C::*i)(P1)) | |
void | invoke (P1 a1) |
void | invoke (args *ga) |
Private Attributes | |
C * | obj |
void(C::* | impl )(P1) |
casa::functor::f01< C, P1 >::f01 | ( | C * | o, |
void(C::*)(P1) | i | ||
) | [inline] |
void casa::functor::f01< C, P1 >::invoke | ( | P1 | a1 | ) | [inline] |
Definition at line 134 of file functor.h.
References casa::functor::f01< C, P1 >::impl, and casa::functor::f01< C, P1 >::obj.
void casa::functor::f01< C, P1 >::invoke | ( | args * | ga | ) | [inline, virtual] |
Implements casa::functor::f_.
Definition at line 135 of file functor.h.
References casa::functor::args01< T1 >::one().
void(C::* casa::functor::f01< C, P1 >::impl)(P1) [private] |
Definition at line 142 of file functor.h.
Referenced by casa::functor::f01< C, P1 >::invoke().
C* casa::functor::f01< C, P1 >::obj [private] |
Definition at line 141 of file functor.h.
Referenced by casa::functor::f01< C, P1 >::invoke().