#include <eoInit.h>
Inheritance diagram for eoInitFixedLength< EOT >:

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoInitFixedLength (unsigned _combien, eoRndGenerator< AtomType > &_generator) | |
| virtual void | operator() (EOT &chrom) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| unsigned | combien |
| eoSTLF< AtomType > | generator |
| generic wrapper for eoFunctor (s), to make them have the function-pointer style copy semantics | |
Definition at line 81 of file eoInit.h.
1.3.9.1