EvolvingObjects
|
EO Factory.An instance of the factory class to create selectors, that is, eoSelect objects. More...
#include <eoSelectFactory.h>
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) |
EO Factory.An instance of the factory class to create selectors, that is, eoSelect objects.
Definition at line 43 of file eoSelectFactory.h.
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.