Aria  2.8.0
ArRetFunctor5< Ret, P1, P2, P3, P4, P5 > Class Template Referenceabstract

Base class for functors with a return value with 5 parameters. More...

#include <ArFunctor.h>

Inherits ArRetFunctor4< Ret, P1, P2, P3, P4 >.

Inherited by ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >, and ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >.

Public Member Functions

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...
 
virtual Ret invokeR (P1 p1, P2 p2, P3 p3, P4 p4)=0
 Invokes the functor with return value. More...
 
virtual Ret invokeR (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)=0
 Invokes the functor with return value. More...
 
virtual ~ArRetFunctor5 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor4< Ret, P1, P2, P3, P4 >
virtual ~ArRetFunctor4 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor3< Ret, P1, P2, P3 >
virtual ~ArRetFunctor3 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor2< Ret, P1, P2 >
virtual ~ArRetFunctor2 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor1< Ret, P1 >
virtual ~ArRetFunctor1 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor< Ret >
virtual void invoke (void)
 Invokes the functor.
 
virtual ~ArRetFunctor ()
 Destructor.
 
- Public Member Functions inherited from ArFunctor
virtual const char * getName (void)
 Gets the name of the functor.
 
virtual void setName (const char *name)
 Sets the name of the functor.
 
virtual void setNameVar (const char *name,...)
 Sets the name of the functor with formatting. More...
 
virtual ~ArFunctor ()
 Destructor.
 

Additional Inherited Members

- Protected Attributes inherited from ArFunctor
std::string myName
 

Detailed Description

template<class Ret, class P1, class P2, class P3, class P4, class P5>
class ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >

Base class for functors with a return value with 5 parameters.

This is the base class for functors with a return value and take 5 parameters. Code that has a reference to a functor that returns a value and takes 5 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.

Member Function Documentation

◆ invokeR() [1/5]

template<class Ret , class P1 , class P2 , class P3 , class P4 , class P5 >
virtual Ret ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >::invokeR ( P1  p1)
pure virtual

◆ invokeR() [2/5]

template<class Ret , class P1 , class P2 , class P3 , class P4 , class P5 >
virtual Ret ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >::invokeR ( P1  p1,
P2  p2 
)
pure virtual

Invokes the functor with return value.

Parameters
p1first parameter
p2second parameter

Implements ArRetFunctor4< Ret, P1, P2, P3, P4 >.

Implemented in ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, and ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >.

◆ invokeR() [3/5]

template<class Ret , class P1 , class P2 , class P3 , class P4 , class P5 >
virtual Ret ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >::invokeR ( P1  p1,
P2  p2,
P3  p3 
)
pure virtual

Invokes the functor with return value.

Parameters
p1first parameter
p2second parameter
p3third parameter

Implements ArRetFunctor4< Ret, P1, P2, P3, P4 >.

Implemented in ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, and ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >.

◆ invokeR() [4/5]

template<class Ret , class P1 , class P2 , class P3 , class P4 , class P5 >
virtual Ret ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >::invokeR ( P1  p1,
P2  p2,
P3  p3,
P4  p4 
)
pure virtual

Invokes the functor with return value.

Parameters
p1first parameter
p2second parameter
p3third parameter
p4fourth parameter

Implements ArRetFunctor4< Ret, P1, P2, P3, P4 >.

Implemented in ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, and ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >.

◆ invokeR() [5/5]

template<class Ret , class P1 , class P2 , class P3 , class P4 , class P5 >
virtual Ret ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >::invokeR ( P1  p1,
P2  p2,
P3  p3,
P4  p4,
P5  p5 
)
pure virtual

Invokes the functor with return value.

Parameters
p1first parameter
p2second parameter
p3third parameter
p4fourth parameter
p4fifth parameter

Implemented in ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, and ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >.


The documentation for this class was generated from the following file: