Inheritance diagram for EoSym< Fitness >:

Public Member Functions | |
| void | set (const Sym &sym) |
| Sym & | get () |
| Sym | get () const |
| virtual void | printOn (std::ostream &os) const |
| Write object. | |
| virtual void | readFrom (std::istream &is) |
| Read object. | |
Definition at line 27 of file eoSym.h.
Write object.
Called printOn since it prints the object _on_ a stream.
| _os | A std::ostream. |
Reimplemented from EO< Fitness >.
Definition at line 45 of file eoSym.h.
References EO< F >::printOn().
Read object.
\ Calls base class, just in case that one had something to do. The read and print methods should be compatible and have the same format. In principle, format is "plain": they just print a number
| _is | a std::istream. |
| runtime_std::exception | If a valid object can't be read. |
Reimplemented from EO< Fitness >.
Definition at line 52 of file eoSym.h.
References EO< F >::readFrom().
1.4.7