EvolvingObjects
eoString< fitnessT > Class Template Reference

Adaptor that turns an STL std::string into an EO. More...

#include <eoString.h>

Inheritance diagram for eoString< fitnessT >:
EO< fitnessT > eoObject eoPersistent eoPrintable

List of all members.

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.

Detailed Description

template<class fitnessT>
class eoString< fitnessT >

Adaptor that turns an STL std::string into an EO.

Definition at line 46 of file eoString.h.


Constructor & Destructor Documentation

template<class fitnessT >
eoString< fitnessT >::eoString ( const std::string &  _str = "") [inline]

Canonical part of the objects: several ctors, copy ctor, dtor and assignment operator.

ctor

Definition at line 58 of file eoString.h.


Member Function Documentation

template<class fitnessT >
virtual std::string eoString< fitnessT >::className ( void  ) const [inline, virtual]

Inherited from eoObject.

See also:
eoObject

Reimplemented from EO< fitnessT >.

Definition at line 78 of file eoString.h.


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