#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) |
Definition at line 39 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< EOClass >.
Definition at line 56 of file eoSelectFactory.h.
1.5.5