#include <functor.h>
Public Member Functions | |
| f00 (C *o, void(C::*i)()) | |
| void | invoke () |
| void | invoke (args *ga) |
Private Attributes | |
| C * | obj |
| void(C::* | impl )() |
Definition at line 121 of file functor.h.
| casa::functor::f00< C >::f00 | ( | C * | o, | |
| void(C::*)() | i | |||
| ) | [inline] |
| void casa::functor::f00< C >::invoke | ( | args * | ga | ) | [inline, virtual] |
Implements casa::functor::f_.
| void casa::functor::f00< C >::invoke | ( | ) | [inline] |
Definition at line 124 of file functor.h.
References casa::functor::f00< C >::impl, and casa::functor::f00< C >::obj.
void(C::* casa::functor::f00< C >::impl)() [private] |
Referenced by casa::functor::f00< C >::invoke().
C* casa::functor::f00< C >::obj [private] |
Definition at line 127 of file functor.h.
Referenced by casa::functor::f00< C >::invoke().
1.6.1