summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* COLLECTION Adding flat traversal & copyDmitri Pal2009-07-151-0/+1
| | | | | | | | | | | | The collection is hearachical. The flattening of the collection was not implemented before both for traversal and copying. This patch introduces functionality to traverse or iterate through collection as flat set and also copy collection into another flattening it and automatically resolving conflicts. Also imptoved tracability and fixed memory leak in unbind iterator code.
* COLLECTION Removing static placeholder structure.Dmitri Pal2009-07-061-0/+1
| | | | | | There was a static global structure used in iteration and in traversing the collection. It has been removed and replaced with a better solution.
* Adding INSERT into collection functionality.Dmitri Pal2009-07-011-1/+3
| | | | | | | | | Add was always insterting at the end of the collection. With this change one can control where the item is inserted and deal with the duplicates too. Also one now can extract items from collection using absolute and relative disposition. Using more advanced hashing function.
* Style fixes for /commonSimo Sorce2009-04-071-1/+1
|
* First commit of basic collection API.Dmitri Pal2009-04-061-0/+70