Paradiseo-eo sources added
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@40 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
bc1f453978
commit
c3aec878e5
3609 changed files with 342772 additions and 0 deletions
49
trunk/paradiseo-eo/doc/man/man3/eoUF.3
Normal file
49
trunk/paradiseo-eo/doc/man/man3/eoUF.3
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
.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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue