#include <ArFunctor.h>
Inheritance diagram for ArFunctor1< P1 >:
Public Member Functions | |
virtual void | invoke (P1 p1)=0 |
Invokes the functor. | |
virtual void | invoke (void)=0 |
Invokes the functor. | |
virtual | ~ArFunctor1 () |
Destructor. |
This is the base class for functors with 1 parameter. Code that has a reference to a functor that takes 1 parameter should use this class name. This allows the code to know how to invoke the functor without knowing which class the member function is in.
For an overall description of functors, see ArFunctor.
Definition at line 135 of file ArFunctor.h.
|