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
55
trunk/paradiseo-eo/doc/man/man3/eoPrintable.3
Normal file
55
trunk/paradiseo-eo/doc/man/man3/eoPrintable.3
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
.TH "eoPrintable" 3 "19 Oct 2006" "Version 0.9.4-cvs" "EO" \" -*- nroff -*-
|
||||
.ad l
|
||||
.nh
|
||||
.SH NAME
|
||||
eoPrintable \- Base class for objects that can print themselves (\fBprintOn\fP#).
|
||||
|
||||
.PP
|
||||
.SH SYNOPSIS
|
||||
.br
|
||||
.PP
|
||||
\fC#include <eoPrintable.h>\fP
|
||||
.PP
|
||||
Inherited by \fBeoPersistent\fP.
|
||||
.PP
|
||||
.SS "Public Member Functions"
|
||||
|
||||
.in +1c
|
||||
.ti -1c
|
||||
.RI "virtual \fB~eoPrintable\fP ()"
|
||||
.br
|
||||
.RI "\fIVirtual dtor. They are needed in virtual class hierarchies. \fP"
|
||||
.ti -1c
|
||||
.RI "virtual void \fBprintOn\fP (std::ostream &_os) const =0"
|
||||
.br
|
||||
.RI "\fIWrite object. \fP"
|
||||
.in -1c
|
||||
.SH "Detailed Description"
|
||||
.PP
|
||||
Base class for objects that can print themselves (\fBprintOn\fP#).
|
||||
|
||||
Besides, this file defines the standard output for all the objects; if the objects define printOn there's no need to define #operator <<#.\\ This functionality was separated from \fBeoObject\fP, since it makes no sense to print some objects (for instance, a \fBeoFactory\fP# or a random number generator.
|
||||
.PP
|
||||
Definition at line 43 of file eoPrintable.h.
|
||||
.SH "Member Function Documentation"
|
||||
.PP
|
||||
.SS "virtual void eoPrintable::printOn (std::ostream & _os) const\fC [pure virtual]\fP"
|
||||
.PP
|
||||
Write object.
|
||||
.PP
|
||||
It's called printOn since it prints the object on a stream.
|
||||
.PP
|
||||
\fBParameters:\fP
|
||||
.RS 4
|
||||
\fI_os\fP A std::ostream.
|
||||
.RE
|
||||
.PP
|
||||
|
||||
.PP
|
||||
Implemented in \fBEO< F >\fP, \fBeoContinue< EOT >\fP, \fBeoGenContinue< EOT >\fP, \fBeoPop< EOT >\fP, \fBeoVector< FitT, GeneType >\fP, \fBeoEsFull< Fit >\fP, \fBeoEsSimple< Fit >\fP, \fBeoEsStdev< Fit >\fP, \fBeoBit< FitT >\fP, \fBeoPBILDistrib< EOT >\fP, \fBeoParseTree< FType, Node >\fP, \fBeoExternalEO< Fit, External >\fP, \fBeoString< fitnessT >\fP, \fBeoHowMany\fP, \fBeoIntNoBounds\fP, \fBeoIntInterval\fP, \fBeoIntBelowBound\fP, \fBeoIntAboveBound\fP, \fBeoGeneralIntBounds\fP, \fBeoParser\fP, \fBeoRealNoBounds\fP, \fBeoRealInterval\fP, \fBeoRealBelowBound\fP, \fBeoRealAboveBound\fP, \fBeoGeneralRealBounds\fP, \fBeoRealVectorBounds\fP, \fBeoRng\fP, \fBDummy\fP, \fBDummy\fP, \fBDummy\fP, \fBDummy\fP, \fBEO< double >\fP, \fBEO< EOT::Fitness >\fP, \fBEO< FitT >\fP, \fBEO< phenotype >\fP, \fBEO< fitnessT >\fP, \fBEO< Fit >\fP, \fBEO< FType >\fP, \fBEO< fitness_type >\fP, \fBEO< Fitness >\fP, \fBEO< PyFitness >\fP, \fBeoPop< PyEO >\fP, \fBeoPop< Dummy >\fP, \fBeoVector< Fit, double >\fP, \fBeoVector< FitT, double >\fP, and \fBeoVector< FitT, bool >\fP.
|
||||
.PP
|
||||
Referenced by eoRealVectorBounds::printOn(), eoGeneralRealBounds::printOn(), eoGeneralIntBounds::printOn(), and eoState::save().
|
||||
|
||||
.SH "Author"
|
||||
.PP
|
||||
Generated automatically by Doxygen for EO from the source code.
|
||||
Loading…
Add table
Add a link
Reference in a new issue