EvolvingObjects
eoInitVariableLength< EOT > Class Template Reference

Initializer for variable length representations with a single type. More...

#include <eoInit.h>

Inheritance diagram for eoInitVariableLength< EOT >:
eoInit< EOT > eoUF< EOT &, void > eoFunctorBase unary_function

List of all members.

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)
 The pure virtual function that needs to be implemented by the subclass.
eoInit< AtomType > & atomInit ()

Private Attributes

unsigned offset
unsigned extent
eoInit< AtomType > & init

Detailed Description

template<class EOT>
class eoInitVariableLength< EOT >

Initializer for variable length representations with a single type.

Definition at line 115 of file eoInit.h.


Constructor & Destructor Documentation

template<class EOT >
eoInitVariableLength< EOT >::eoInitVariableLength ( unsigned  _minSize,
unsigned  _maxSize,
eoInit< AtomType > &  _init 
) [inline]

Ctor from a generator.

Ctor from an eoInit

Definition at line 131 of file eoInit.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends