Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

CTBfunc2Arg Class Template Reference

Generic function object for methods with 2 arguments with a return value of type TR. More...

#include <CTBfunc.hxx>

Inheritance diagram for CTBfunc2Arg:

Inheritance graph
[legend]
Collaboration diagram for CTBfunc2Arg:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual TR operator() (T1 p1, T2 p2)=0

Detailed Description

template<class TR, class T1, class T2>
class CTBfunc2Arg< TR, T1, T2 >

Generic function object for methods with 2 arguments with a return value of type TR.

Definition at line 92 of file CTBfunc.hxx.


Member Function Documentation

template<class TR, class T1, class T2>
TR CTBfunc2Arg< TR, T1, T2 >::operator() T1 p1,
T2 p2
[pure virtual]
 

Generic function object for methods with 3 arguments.

Generic function with two arguments p1 of type T1 and p2 of type T2 with a return value of type TR. /

############################################################################## /*! \class CTBfunc3Arg CTBfunc.hxx "CTBfunc.hxx"


The documentation for this class was generated from the following files:
Generated at Fri Oct 24 18:13:41 2003 for CTBbase by doxygen1.2.9-20010812 written by Dimitri van Heesch, © 1997-2001