#include <eoExternalEO.h>
Inheritance diagram for eoExternalEO< Fit, External >:

Public Member Functions | |
| eoExternalEO (const External &ext) | |
| Init externalEo with the struct itself and set fitness to zero. | |
| eoExternalEO (std::istream &is, const External &ext) | |
| virtual void | readFrom (std::istream &_is) |
| Read object, the external struct needs to have an operator>> defined. | |
| virtual void | printOn (std::ostream &_os) const |
| Write object. | |
This struct or class can be of any form, the only thing this class does is attach a fitness value to it and makes it the appropriate type (derives it from EO).
Definition at line 39 of file eoExternalEO.h.
|
||||||||||
|
Write object. Called printOn since it prints the object _on_ a stream.
Reimplemented from EO< Fit >. Definition at line 69 of file eoExternalEO.h. References EO< F >::printOn(). |
1.3.9.1