Re: [PATCH] Iterator proof of concept

2003-03-24 Thread Leopold Toetsch
Leopold Toetsch wrote: After the overwhelming amount of f'ups to my proposal: Still :) One more comment: The iterator class is intended to pass almost every method on to the aggregate, e.g. +PMC* getprop (STRING* key) { +return ((PMC *)SELF->data)->vtable->getprop(INTERP, +

[PATCH] Iterator proof of concept

2003-03-22 Thread Leopold Toetsch
After the overwhelming amount of f'ups to my proposal: Subject: [RfC] Yet another iterator proposal. Date: Mon, 10 Mar 2003 16:17:35 +0100 I (as well as our tireless summarizer) thought, the concept ought to be ok. But a test says more then 1000 RfCs so here is a first step towards implementatio