Added pyeo. Some changes needed to be made for include files and the like

in some files (and some bugs were fixed as well [Marc: eoOneToOneBreeder was a mess])

eoFunctor.h now contains static functor_category members, this shouldn't hurt anyone.
This commit is contained in:
maartenkeijzer 2003-01-05 16:31:50 +00:00
commit 131e0e033d
40 changed files with 2300 additions and 18 deletions

View file

@ -44,7 +44,7 @@ class eoTruncSelect : public eoSelect<EOT>
{
public:
/** Ctor: from an eoSelect (and an eoMany to tell how many are kept for selectino */
eoSelectMany(eoSelectOne<EOT>& _select, eoHowMany _howMany)
eoTruncSelect(eoSelectOne<EOT>& _select, eoHowMany _howMany)
: select(_select), howMany(_howMany) {}
/**