1a91062 COLLECTION Adding flat traversal & copy

5 files Authored by dpal 14 years ago, Committed by sgallagh 14 years ago,
    COLLECTION Adding flat traversal & copy
    
    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.
    
        
file modified
+237 -41
file modified
+63 -31