summaryrefslogtreecommitdiff
path: root/common/collection/collection_priv.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-06COLLECTION Removing static placeholder structure.Dmitri Pal1-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.
2009-07-01Adding INSERT into collection functionality.Dmitri Pal1-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.
2009-04-07Style fixes for /commonSimo Sorce1-1/+1
2009-04-06First commit of basic collection API.Dmitri Pal1-0/+70