git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@139 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
10148ec375
commit
b6f56fa4e8
486 changed files with 34787 additions and 0 deletions
37
trunk/paradiseo-peo/docs/man/man3/peoPopEval.3
Normal file
37
trunk/paradiseo-peo/docs/man/man3/peoPopEval.3
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
.TH "peoPopEval" 3 "7 Jan 2007" "Version 0.1" "ParadisEO-PEO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
peoPopEval \- The \fB\fBpeoPopEval\fP\fP class provides the interface for constructing ParadisEO specific evaluation functors.
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <peoPopEval.h>\fP
|
||||
.PP
|
||||
Inherits \fBService\fP.
|
||||
.PP
|
||||
Inherited by \fBpeoParaPopEval< EOT >\fP, and \fBpeoSeqPopEval< EOT >\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "virtual void \fBoperator()\fP (eoPop< EOT > &__pop)=0"
|
||||
.br
|
||||
.RI "\fIInterface function providing the signature for constructing an evaluation functor. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
|
||||
.SS "template<class EOT> class peoPopEval< EOT >"
|
||||
The \fB\fBpeoPopEval\fP\fP class provides the interface for constructing ParadisEO specific evaluation functors.
|
||||
|
||||
The derived classes may be used as wrappers for \fBEO\fP-derived evaluation functors. In order to have an example, please refer to the implementation of the \fB\fBpeoSeqPopEval\fP\fP and \fB\fBpeoParaPopEval\fP\fP classes.
|
||||
.PP
|
||||
Definition at line 34 of file peoPopEval.h.
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for ParadisEO-PEO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue