summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* 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