#include <ArFunctor.h>
Inheritance diagram for ArRetFunctor3< Ret, P1, P2, P3 >:
Public Member Functions | |
virtual Ret | invokeR (P1 p1, P2 p2, P3 p3)=0 |
Invokes the functor with return value. | |
virtual Ret | invokeR (P1 p1, P2 p2)=0 |
Invokes the functor with return value. | |
virtual Ret | invokeR (P1 p1)=0 |
Invokes the functor with return value. | |
virtual Ret | invokeR (void)=0 |
Invokes the functor with return value. | |
virtual | ~ArRetFunctor3 () |
Destructor. |
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.
Definition at line 383 of file ArFunctor.h.
|
Invokes the functor with return value.
Implemented in ArRetFunctor4< Ret, P1, P2, P3, P4 >, ArGlobalRetFunctor3< Ret, P1, P2, P3 >, ArGlobalRetFunctor4< Ret, P1, P2, P3, P4 >, ArRetFunctor3C< Ret, T, P1, P2, P3 >, ArRetFunctor4C< Ret, T, P1, P2, P3, P4 >, ArConstRetFunctor3C< Ret, T, P1, P2, P3 >, ArConstRetFunctor4C< Ret, T, P1, P2, P3, P4 >, and ArRetFunctor3C< bool, ArConfig, ArArgumentBuilder *, char *, size_t >. |
|
Invokes the functor with return value.
Implements ArRetFunctor2< Ret, P1, P2 >. Implemented in ArRetFunctor4< Ret, P1, P2, P3, P4 >, ArGlobalRetFunctor3< Ret, P1, P2, P3 >, ArGlobalRetFunctor4< Ret, P1, P2, P3, P4 >, ArRetFunctor3C< Ret, T, P1, P2, P3 >, ArRetFunctor4C< Ret, T, P1, P2, P3, P4 >, ArConstRetFunctor3C< Ret, T, P1, P2, P3 >, ArConstRetFunctor4C< Ret, T, P1, P2, P3, P4 >, and ArRetFunctor3C< bool, ArConfig, ArArgumentBuilder *, char *, size_t >. |
|
Invokes the functor with return value.
Implements ArRetFunctor2< Ret, P1, P2 >. Implemented in ArRetFunctor4< Ret, P1, P2, P3, P4 >, ArGlobalRetFunctor3< Ret, P1, P2, P3 >, ArGlobalRetFunctor4< Ret, P1, P2, P3, P4 >, ArRetFunctor3C< Ret, T, P1, P2, P3 >, ArRetFunctor4C< Ret, T, P1, P2, P3, P4 >, ArConstRetFunctor3C< Ret, T, P1, P2, P3 >, ArConstRetFunctor4C< Ret, T, P1, P2, P3, P4 >, and ArRetFunctor3C< bool, ArConfig, ArArgumentBuilder *, char *, size_t >. |