Re: [Patch] Make vector a member of doiterator

2005-02-11 Thread Andre Poenitz
On Mon, Feb 07, 2005 at 12:56:02AM +0100, Lars Gullik Bjønnes wrote: > > This patch changes dociterator to not inherit from vector, the vector > is now a private member instead. > > IMHO this actually cleans up things a tiny bit: > > - can ovoid operator[](i) syntax in several places >

Re: [Patch] Make vector a member of doiterator

2005-02-06 Thread Asger Alstrup
Lars Gullik Bjønnes wrote: This patch changes dociterator to not inherit from vector, the vector is now a private member instead. I agree, this is a step forward. Regards, Asger

[Patch] Make vector a member of doiterator

2005-02-06 Thread Lars Gullik Bjønnes
This patch changes dociterator to not inherit from vector, the vector is now a private member instead. IMHO this actually cleans up things a tiny bit: - can ovoid operator[](i) syntax in several places - same function always used to quesry the cursor depth: depth() - is LCursor a