]> OCCT Git - occt-copy.git/commit
0026469: Methods Seek(), ChangeSeek() are missing in class NCollection_IndexedDataMap
authorpkv <pkv@opencascade.com>
Wed, 22 Jul 2015 11:11:36 +0000 (14:11 +0300)
committerabv <abv@opencascade.com>
Fri, 21 Aug 2015 07:58:48 +0000 (10:58 +0300)
commita72c4cb0e7d777e0ef9f8ee74967a6e60fc59bc1
treeafae30c2439dd84f334d6f405971088900badf60
parent06b2381dc9dea16f740d830268dcd13fda4b2edc
0026469: Methods Seek(), ChangeSeek() are missing in class NCollection_IndexedDataMap

I. New features:
1.1. class NCollection_IndexedDataMap
 - method:
 const TheItemType* Seek(const TheKeyType& theKey1) const
 has been added.
 The method Seek returns pointer to Item by Key.
 Returns NULL if Key was not found.

 - method:
 TheItemType* ChangeSeek (const TheKeyType& theKey1)
 has been added.
 The method ChangeSeek returns modifiable pointer to Item by Key.
 Returns NULL if Key was not found.

II. Changes:
 No changes.

III. Modified entities:
 packages:
 NCollection
src/NCollection/NCollection_IndexedDataMap.hxx