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

Public Types | |
| typedef EOT::AtomType | AtomType |
Public Member Functions | |
| eoInitVariableLength (unsigned _minSize, unsigned _maxSize, eoInit< AtomType > &_init) | |
| Ctor from an eoInit. | |
| virtual void | operator() (EOT &_chrom) |
| The pure virtual function that needs to be implemented by the subclass. | |
| eoInit< AtomType > & | atomInit () |
Private Attributes | |
| unsigned | offset |
| unsigned | extent |
| eoInit< AtomType > & | init |
Definition at line 107 of file eoInit.h.
1.3.9.1