paradiseo/trunk/paradiseo-eo/doc/man/man3/eoUF.3
legrand c3aec878e5 Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
2006-12-12 14:49:08 +00:00

49 lines
1.2 KiB
Groff

.TH "eoUF" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoUF \- Basic Unary Functor.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoFunctor.h>\fP
.PP
Inherits \fBeoFunctorBase\fP.
.PP
Inherited by \fBeoPerf2Worth< Dummy >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "virtual \fB~eoUF\fP ()"
.br
.RI "\fIvirtual dtor here so there is no need to define it in derived classes \fP"
.ti -1c
.RI "virtual R \fBoperator()\fP (A1)=0"
.br
.RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP"
.in -1c
.SS "Static Public Member Functions"
.in +1c
.ti -1c
.RI "\fBeoFunctorBase::unary_function_tag\fP \fBfunctor_category\fP ()"
.br
.RI "\fItag to identify a procedure in compile time function selection functor_category \fP"
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class A1, class R> class eoUF< A1, R >"
Basic Unary Functor.
Derive from this class when defining any unary function. First template argument is the first_argument_type, second result_type. Argument and result types can be any type including void for result_type
.PP
Definition at line 108 of file eoFunctor.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.