#include <ArFunctor.h>
Inheritance diagram for ArRetFunctor3::
Public Methods | |
virtual | ~ArRetFunctor3 (void) |
Destructor. | |
virtual Ret | invokeR (void)=0 |
Invokes the functor with return value. | |
virtual Ret | invokeR (P1 p1)=0 |
Invokes the functor with return value. More... | |
virtual Ret | invokeR (P1 p1, P2 p2)=0 |
Invokes the functor with return value. More... | |
virtual Ret | invokeR (P1 p1, P2 p2, P3 p3)=0 |
Invokes the functor with return value. More... |
This is the base class for functors with a return value and take 3 parameters. Code that has a reference to a functor that returns a value and takes 3 parameters 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.
|
Invokes the functor with return value.
Reimplemented in ArGlobalRetFunctor3, and ArRetFunctor3C. |
|
Invokes the functor with return value.
Reimplemented in ArGlobalRetFunctor3, and ArRetFunctor3C. |
|
Invokes the functor with return value.
Reimplemented in ArGlobalRetFunctor3, and ArRetFunctor3C. |