paradiseo/trunk/paradiseo-eo/doc/man/man3/eoInvalidateBinOp.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.4 KiB
Groff

.TH "eoInvalidateBinOp" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
.ad l
.nh
.SH NAME
eoInvalidateBinOp \- One of the invalidator operators.
.PP
.SH SYNOPSIS
.br
.PP
\fC#include <eoInvalidateOps.h>\fP
.PP
Inherits \fBeoBinOp< EOT >\fP.
.PP
.SS "Public Member Functions"
.in +1c
.ti -1c
.RI "\fBeoInvalidateBinOp\fP (\fBeoBinOp\fP< \fBEOT\fP > &_op)"
.br
.ti -1c
.RI "bool \fBoperator()\fP (\fBEOT\fP &_eo, const \fBEOT\fP &_eo2)"
.br
.RI "\fIThe pure virtual function that needs to be implemented by the subclass. \fP"
.in -1c
.SS "Private Attributes"
.in +1c
.ti -1c
.RI "\fBeoBinOp\fP< \fBEOT\fP > & \fBop\fP"
.br
.in -1c
.SH "Detailed Description"
.PP
.SS "template<class EOT> class eoInvalidateBinOp< EOT >"
One of the invalidator operators.
Use this one as a 'hat' on an operator that is defined to work on a generic datatype. This functor will then check the return type of the operator and invalidate the fitness of the individual.
.PP
This functor is used in algorithms that work with straight \fBeoMonOp\fP, \fBeoBinOp\fP or \fBeoQuadOp\fP operators, for instance \fBeoSGA\fP. Note that \fBeoGenOp\fP derived operators generally do invalidate the fitness of the objects they have changed.
.PP
Return value means 'Has_Changed' and not 'Needs_To_Be_Invalidated' as successive invalidation are not really a problem
.PP
Definition at line 80 of file eoInvalidateOps.h.
.SH "Author"
.PP
Generated automatically by Doxygen for EO from the source code.