EvolvingObjects
|
Adaptor that turns an STL std::string into an EO. More...
#include <eoString.h>
Public Types | |
typedef char | Type |
typedef char | AtomType |
typedef std::string | ContainerType |
Public Member Functions | |
eoString (const std::string &_str="") | |
Canonical part of the objects: several ctors, copy ctor, dtor and assignment operator. | |
virtual void | printOn (std::ostream &os) const |
printing... | |
Methods from eoObject | |
readFrom and printOn are directly inherited from eo1d | |
virtual std::string | className () const |
Inherited from eoObject. |
Adaptor that turns an STL std::string into an EO.
Definition at line 46 of file eoString.h.
Canonical part of the objects: several ctors, copy ctor, dtor and assignment operator.
ctor
Definition at line 58 of file eoString.h.
virtual std::string eoString< fitnessT >::className | ( | void | ) | const [inline, virtual] |
Inherited from eoObject.
Reimplemented from EO< fitnessT >.
Definition at line 78 of file eoString.h.