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

CTBfunc4Arg Class Template Reference

Generic function object for methods with 4 arguments. More...

#include <CTBfunc.hxx>

Inheritance diagram for CTBfunc4Arg:

Inheritance graph
[legend]
Collaboration diagram for CTBfunc4Arg:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual TR operator() (T1 p1, T2 p2, T3 p3, T4 p4)=0

Detailed Description

template<class TR, class T1, class T2, class T3, class T4>
class CTBfunc4Arg< TR, T1, T2, T3, T4 >

Generic function object for methods with 4 arguments.

Definition at line 106 of file CTBfunc.hxx.


Member Function Documentation

template<class TR, class T1, class T2, class T3, class T4>
TR CTBfunc4Arg< TR, T1, T2, T3, T4 >::operator() T1 p1,
T2 p2,
T3 p3,
T4 p4
[pure virtual]
 

Generic function with four arguments p1 ,.., p4 of types T1 ,..., T4 with a return value of type TR.


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