EvolvingObjects
|
turning an eoInit into a generator probably we should only use genrators - and suppress eoInit ??? MS - July 2001 More...
#include <eoInit.h>
Public Member Functions | |
eoInitGenerator (eoInit< EOT > &_init) | |
Ctor from a plain eoInit. | |
virtual EOT | operator() () |
The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
eoInit< EOT > & | init |
turning an eoInit into a generator probably we should only use genrators - and suppress eoInit ??? MS - July 2001