Menu

Collection Library for C / News: Recent posts

Further iterator improvements.

Not well tested yet. Inserting and removing values via iterators. Positioning iterators at a given position in the collection (relative to another iterator). Iterator comparison.

I think the iterator API is quite stable now.

Posted by Grzegorz Kaczor 2006-08-07

Iterators revised. More functionality to be added.

Iterators have been revised and fixed to work more intuitively. Great thanks for Martha.

Insert and remove functionality will be added soon to the iterators.

Posted by Grzegorz Kaczor 2006-08-04

The iterators are here too.

The iterator framework has been introduced. Three types of iterators can be used when using clc_coll_t:
- a forward iterator
- a reverse iterator
- a bidirectional iterator

As in many implementations, the iterator behaviour is unspecified when you modify the collection you iterate over.

Posted by Grzegorz Kaczor 2006-08-01

The array wrapper implemented.

An array wrapper that allows array handling in a way consistent with clc api has been implemented.
CVS tag: arr_beta

Posted by Grzegorz Kaczor 2006-07-30

The vector implemented.

A vector implementation has been added.
CVS tag: vec_beta
Also two fixes and some code cleanup in list implementation.

Posted by Grzegorz Kaczor 2006-07-30
MongoDB Logo MongoDB