#include <eoInit.h>

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoInitVariableLength (unsigned _minSize, unsigned _maxSize, eoInit< AtomType > &_init) | |
| Ctor from a generator. | |
| virtual void | operator() (EOT &_chrom) |
| eoInit< AtomType > & | atomInit () |
Private Attributes | |
| unsigned | offset |
| unsigned | extent |
| eoInit< AtomType > & | init |
Definition at line 108 of file eoInit.h.
| eoInitVariableLength< EOT >::eoInitVariableLength | ( | unsigned | _minSize, | |
| unsigned | _maxSize, | |||
| eoInit< AtomType > & | _init | |||
| ) | [inline] |
1.5.5