#include <eoVector.h>
Inheritance diagram for eoVector< FitT, GeneType >:

Public Types | |
| typedef GeneType | AtomType |
| typedef std::vector< GeneType > | ContainerType |
Public Member Functions | |
| eoVector (unsigned size=0, GeneType value=GeneType()) | |
| default constructor | |
| template<class OtherFitnessType> | |
| eoVector (const eoVector< OtherFitnessType, GeneType > &_vec) | |
| copy ctor abstracting from the FitT | |
| void | value (const std::vector< GeneType > &_v) |
| bool | operator< (const eoVector< FitT, GeneType > &_eo) const |
| to avoid conflicts between EO::operator< and std::vector<GeneType>::operator< | |
| virtual void | printOn (std::ostream &os) const |
| printing... | |
| virtual void | readFrom (std::istream &is) |
| reading... | |
GeneType must have the following methods: void ctor (needed for the std::vector<>), copy ctor,
Definition at line 46 of file eoVector.h.
|
||||||||||||||||
|
default constructor
Definition at line 65 of file eoVector.h. |
1.3.9.1