Main Page   Class Hierarchy   Compound List   Compound Members  

ArFunctor3 Class Template Reference

Base class for functors with 3 parameters. More...

#include <ArFunctor.h>

Inheritance diagram for ArFunctor3::

ArFunctor ArFunctor3C ArGlobalFunctor3 List of all members.

Public Methods

virtual ~ArFunctor3 (void)
 Destructor.

virtual void invoke (void)=0
 Invokes the functor.

virtual void invoke (P1 p1)=0
 Invokes the functor. More...

virtual void invoke (P1 p1, P2 p2)=0
 Invokes the functor. More...

virtual void invoke (P1 p1, P2 p2, P3 p3)=0
 Invokes the functor. More...

virtual void operator() ()=0
 Invokes the functor.

virtual void operator() (P1 p1)=0
 Invokes the functor. More...

virtual void operator() (P1 p1, P2 p2)=0
 Invokes the functor. More...

virtual void operator() (P1 p1, P2 p2, P3 p3)=0
 Invokes the functor. More...


Detailed Description

template<class P1, class P2, class P3>
class ArFunctor3< P1, P2, P3 >

Base class for functors with 3 parameters.

This is the base class for functors with 3 parameters. Code that has a reference to a functor that 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.


Member Function Documentation

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::invoke P1    p1,
P2    p2,
P3    p3
[pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter
p2  second parameter
p3  third parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::invoke P1    p1,
P2    p2
[pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter
p2  second parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::invoke P1    p1 [pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::operator() P1    p1,
P2    p2,
P3    p3
[pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter
p2  second parameter
p3  third parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::operator() P1    p1,
P2    p2
[pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter
p2  second parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.

template<class P1, class P2, class P3>
virtual void ArFunctor3< P1, P2, P3 >::operator() P1    p1 [pure virtual]
 

Invokes the functor.

Parameters:
p1  first parameter

Reimplemented in ArGlobalFunctor3, and ArFunctor3C.


The documentation for this class was generated from the following file:
Generated on Tue Nov 12 17:43:54 2002 for Aria by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001