regenerated doc because of licence section

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@657 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
legrand 2007-10-08 08:55:53 +00:00
commit f5584011f5
359 changed files with 1769 additions and 1348 deletions

View file

@ -1,4 +1,4 @@
.TH "moeoVector" 3 "6 Jul 2007" "Version 1.0-beta" "ParadisEO-MOEO" \" -*- nroff -*-
.TH "moeoVector" 3 "8 Oct 2007" "Version 1.0" "ParadisEO-MOEOMovingObjects" \" -*- nroff -*-
.ad l
.nh
.SH NAME
@ -12,6 +12,8 @@ moeoVector \- Base class for fixed length chromosomes, just derives from \fBMOEO
.PP
Inherits \fBMOEO< MOEOObjectiveVector, MOEOFitness, MOEODiversity >< MOEOObjectiveVector, MOEOFitness, MOEODiversity >\fP.
.PP
Inherited by \fBFlowShop\fP.
.PP
.SS "Public Types"
.in +1c
@ -87,6 +89,8 @@ We can't have a Ctor from a std::vector as it would create ambiguity with the co
.PP
Definition at line 56 of file moeoVector.h.
.PP
Referenced by FlowShopOpMutationShift::operator()(), FlowShopOpMutationExchange::operator()(), FlowShopOpCrossoverQuad::operator()(), and FlowShopInit::operator()().
.SS "template<class MOEOObjectiveVector, class MOEOFitness, class MOEODiversity, class GeneType> bool \fBmoeoVector\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType >::operator< (const \fBmoeoVector\fP< MOEOObjectiveVector, MOEOFitness, MOEODiversity, GeneType > & _moeo) const\fC [inline]\fP"
.PP
To avoid conflicts between \fBMOEO::operator<\fP and std::vector<GeneType>::operator<.
@ -134,4 +138,4 @@ Definition at line 102 of file moeoVector.h.
.SH "Author"
.PP
Generated automatically by Doxygen for ParadisEO-MOEO from the source code.
Generated automatically by Doxygen for ParadisEO-MOEOMovingObjects from the source code.