EvolvingObjects
eoInitFixedLength< EOT > Class Template Reference

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

#include <eoInit.h>

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

List of all members.

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

Detailed Description

template<class EOT>
class eoInitFixedLength< EOT >

Initializer for fixed length representations with a single type.

Examples:
t-eoEasyPSO.cpp, t-eoExtendedVelocity.cpp, t-eoIQRStat.cpp, t-eoRingTopology.cpp, t-eoSSGA.cpp, t-eoSyncEasyPSO.cpp, and t-eoVector.cpp.

Definition at line 89 of file eoInit.h.


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