EvolvingObjects
eoSelectFactory< EOT > Class Template Reference

EO Factory.An instance of the factory class to create selectors, that is, eoSelect objects. More...

#include <eoSelectFactory.h>

Inheritance diagram for eoSelectFactory< EOT >:
eoFactory< eoSelect< EOT > > eoObject

List of all members.

Public Member Functions

virtual eoSelect< EOT > * make (std::istream &_is)
 Another factory methods: creates an object from an std::istream, reading from it whatever is needed to create the object.
ctors and dtors
 eoSelectFactory ()
 constructor
virtual ~eoSelectFactory ()
 destructor
eoObject methods
void printOn (std::ostream &_os) const
void readFrom (std::istream &_is)

Detailed Description

template<class EOT>
class eoSelectFactory< EOT >

EO Factory.An instance of the factory class to create selectors, that is, eoSelect objects.

See also:
eoSelect

Definition at line 43 of file eoSelectFactory.h.


Member Function Documentation

template<class EOT >
virtual eoSelect<EOT>* eoSelectFactory< EOT >::make ( std::istream &  _is) [inline, virtual]

Another factory methods: creates an object from an std::istream, reading from it whatever is needed to create the object.

Usually, the format for the std::istream will be\ objectType parameter1 parameter2 ... parametern\

Implements eoFactory< eoSelect< EOT > >.

Definition at line 60 of file eoSelectFactory.h.


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