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
>
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
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