casa::functor::f_ Class Reference
#include <functor.h>
List of all members.
Public Member Functions |
| f_ () |
virtual void | invoke (args *a)=0 |
virtual | ~f_ () |
Detailed Description
Definition at line 93 of file functor.h.
Constructor & Destructor Documentation
casa::functor::f_::f_ |
( |
|
) |
[inline] |
virtual casa::functor::f_::~f_ |
( |
|
) |
[inline, virtual] |
Member Function Documentation
virtual void casa::functor::f_::invoke |
( |
args * |
a |
) |
[pure virtual] |
Implemented in casa::functor::f00< C >, casa::functor::f01< C, P1 >, casa::functor::f02< C, P1, P2 >, casa::functor::f03< C, P1, P2, P3 >, and casa::functor::f04< C, P1, P2, P3, P4 >.
The documentation for this class was generated from the following file: