paradiseo/trunk/paradiseo-eo/doc/html/classeo_persistent.html
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

108 lines
9.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>EO: eoPersistent Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.9.1 -->
<div class="qindex"> <form class="search" action="search.php" method="get">
<a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a> | <span class="search"><u>S</u>earch&nbsp;for&nbsp;<input class="search" type="text" name="query" value="" size="20" accesskey="s"/></span></form></div>
<h1>eoPersistent Class Reference</h1>An persistent object that knows how to write (through functions inherited from <a class="el" href="classeo_printable.html">eoPrintable</a>#) and read itself.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="eo_persistent_8h-source.html">eoPersistent.h</a>&gt;</code>
<p>
<p>Inheritance diagram for eoPersistent:
<p><center><img src="classeo_persistent.png" usemap="#eoPersistent_map" border="0" alt=""></center>
<map name="eoPersistent_map">
<area href="classeo_printable.html" alt="eoPrintable" shape="rect" coords="0,0,138,24">
<area href="class_e_o.html" alt="EO< F >" shape="rect" coords="148,112,286,136">
<area href="class_e_o.html" alt="EO< double >" shape="rect" coords="148,168,286,192">
<area href="class_e_o.html" alt="EO< EOT::Fitness >" shape="rect" coords="148,224,286,248">
<area href="class_e_o.html" alt="EO< Fit >" shape="rect" coords="148,280,286,304">
<area href="class_e_o.html" alt="EO< Fitness >" shape="rect" coords="148,336,286,360">
<area href="class_e_o.html" alt="EO< fitness_type >" shape="rect" coords="148,392,286,416">
<area href="class_e_o.html" alt="EO< fitnessT >" shape="rect" coords="148,448,286,472">
<area href="class_e_o.html" alt="EO< FitT >" shape="rect" coords="148,504,286,528">
<area href="class_e_o.html" alt="EO< FType >" shape="rect" coords="148,560,286,584">
<area href="class_e_o.html" alt="EO< phenotype >" shape="rect" coords="148,616,286,640">
<area href="class_e_o.html" alt="EO< PyFitness >" shape="rect" coords="148,672,286,696">
<area href="classeo_continue.html" alt="eoContinue< EOT >" shape="rect" coords="148,728,286,752">
<area href="classeo_distribution.html" alt="eoDistribution< EOT >" shape="rect" coords="148,784,286,808">
<area href="classeo_how_many.html" alt="eoHowMany" shape="rect" coords="148,840,286,864">
<area href="classeo_int_bounds.html" alt="eoIntBounds" shape="rect" coords="148,896,286,920">
<area href="classeo_parser.html" alt="eoParser" shape="rect" coords="148,952,286,976">
<area href="classeo_pop.html" alt="eoPop< EOT >" shape="rect" coords="148,1008,286,1032">
<area href="classeo_pop.html" alt="eoPop< Dummy >" shape="rect" coords="148,1064,286,1088">
<area href="classeo_pop.html" alt="eoPop< PyEO >" shape="rect" coords="148,1120,286,1144">
<area href="classeo_real_bounds.html" alt="eoRealBounds" shape="rect" coords="148,1176,286,1200">
<area href="classeo_real_vector_bounds.html" alt="eoRealVectorBounds" shape="rect" coords="148,1232,286,1256">
<area href="classeo_rng.html" alt="eoRng" shape="rect" coords="148,1288,286,1312">
</map>
<a href="classeo_persistent-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a0" doxytag="eoPersistent::~eoPersistent"></a>
virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classeo_persistent.html#a0">~eoPersistent</a> ()</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Virtual dtor. They are needed in virtual class hierarchies. <br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classeo_persistent.html#a1">readFrom</a> (std::istream &amp;_is)=0</td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Read object. <a href="#a1"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
An persistent object that knows how to write (through functions inherited from <a class="el" href="classeo_printable.html">eoPrintable</a>#) and read itself.
<p>
<p>
Definition at line <a class="el" href="eo_persistent_8h-source.html#l00052">52</a> of file <a class="el" href="eo_persistent_8h-source.html">eoPersistent.h</a>.<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="a1" doxytag="eoPersistent::readFrom"></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">virtual void eoPersistent::readFrom </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">std::istream &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap> <em>_is</em> </td>
<td class="md" valign="top">&nbsp;)&nbsp;</td>
<td class="md" nowrap><code> [pure virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Read object.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>_is</em>&nbsp;</td><td>A std::istream. </td></tr>
</table>
</dl>
<dl compact><dt><b>Exceptions:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>runtime_std::exception</em>&nbsp;</td><td>If a valid object can't be read. </td></tr>
</table>
</dl>
<p>
Implemented in <a class="el" href="class_e_o.html#z10_1">EO&lt; F &gt;</a>, <a class="el" href="classeo_continue.html#a1">eoContinue&lt; EOT &gt;</a>, <a class="el" href="classeo_gen_continue.html#a6">eoGenContinue&lt; EOT &gt;</a>, <a class="el" href="classeo_pop.html#z19_0">eoPop&lt; EOT &gt;</a>, <a class="el" href="classeo_vector.html#a5">eoVector&lt; FitT, GeneType &gt;</a>, <a class="el" href="classeo_es_full.html#a3">eoEsFull&lt; Fit &gt;</a>, <a class="el" href="classeo_es_simple.html#a3">eoEsSimple&lt; Fit &gt;</a>, <a class="el" href="classeo_es_stdev.html#a3">eoEsStdev&lt; Fit &gt;</a>, <a class="el" href="classeo_bit.html#a3">eoBit&lt; FitT &gt;</a>, <a class="el" href="classeo_p_b_i_l_distrib.html#a4">eoPBILDistrib&lt; EOT &gt;</a>, <a class="el" href="classeo_parse_tree.html#a6">eoParseTree&lt; FType, Node &gt;</a>, <a class="el" href="classeo_external_e_o.html#a3">eoExternalEO&lt; Fit, External &gt;</a>, <a class="el" href="classeo_how_many.html#a6">eoHowMany</a>, <a class="el" href="classeo_int_no_bounds.html#a13">eoIntNoBounds</a>, <a class="el" href="classeo_int_interval.html#a14">eoIntInterval</a>, <a class="el" href="classeo_int_below_bound.html#a14">eoIntBelowBound</a>, <a class="el" href="classeo_int_above_bound.html#a14">eoIntAboveBound</a>, <a class="el" href="classeo_general_int_bounds.html#a19">eoGeneralIntBounds</a>, <a class="el" href="classeo_parser.html#a2">eoParser</a>, <a class="el" href="classeo_real_no_bounds.html#a12">eoRealNoBounds</a>, <a class="el" href="classeo_real_interval.html#a13">eoRealInterval</a>, <a class="el" href="classeo_real_below_bound.html#a13">eoRealBelowBound</a>, <a class="el" href="classeo_real_above_bound.html#a13">eoRealAboveBound</a>, <a class="el" href="classeo_general_real_bounds.html#a18">eoGeneralRealBounds</a>, <a class="el" href="classeo_real_vector_bounds.html#a7">eoRealVectorBounds</a>, <a class="el" href="classeo_rng.html#a17">eoRng</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; double &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; EOT::Fitness &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; FitT &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; phenotype &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; fitnessT &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; Fit &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; FType &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; fitness_type &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; Fitness &gt;</a>, <a class="el" href="class_e_o.html#z10_1">EO&lt; PyFitness &gt;</a>, <a class="el" href="classeo_pop.html#z19_0">eoPop&lt; PyEO &gt;</a>, <a class="el" href="classeo_pop.html#z19_0">eoPop&lt; Dummy &gt;</a>, <a class="el" href="classeo_vector.html#a5">eoVector&lt; Fit, double &gt;</a>, <a class="el" href="classeo_vector.html#a5">eoVector&lt; FitT, double &gt;</a>, and <a class="el" href="classeo_vector.html#a5">eoVector&lt; FitT, bool &gt;</a>.
<p>
Referenced by <a class="el" href="eo_state_8cpp-source.html#l00087">eoState::load()</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="eo_persistent_8h-source.html">eoPersistent.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Thu Oct 19 05:06:53 2006 for EO by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
</body>
</html>