#include <eoSelectFactory.h>
Inheritance diagram for eoSelectFactory< EOT >:

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.
|
||||||||||
|
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 56 of file eoSelectFactory.h. |
1.3.9.1