]> OCCT Git - occt-copy.git/commit
0024271: Provide Boolean operations for NCollection_Map
authorkgv <kgv@opencascade.com>
Thu, 24 Oct 2013 08:12:42 +0000 (12:12 +0400)
committerazv <artem.zhidkov@opencascade.com>
Thu, 31 Oct 2013 10:25:26 +0000 (14:25 +0400)
commit193a827fed9b7a0123a0bc01132b8b626b34b4b0
treec2d96c66132e0fa4c2672f7a67a98291e120295b
parent543b35ba635d9f4bd1dfd386b7ddd0e69fbb6f44
0024271: Provide Boolean operations for NCollection_Map

NCollection_Map - add two maps content Exchange operation without data copying
Add Exchange method to NCollection_DataMap, NCollection_DoubleMap, NCollection_IndexedDataMap, NCollection_IndexedMap
Add NCollection_Map::IsEqual() method
Corrections for gcc - use this->myAllocator
src/NCollection/NCollection_BaseCollection.hxx
src/NCollection/NCollection_BaseMap.hxx
src/NCollection/NCollection_DataMap.hxx
src/NCollection/NCollection_DoubleMap.hxx
src/NCollection/NCollection_IndexedDataMap.hxx
src/NCollection/NCollection_IndexedMap.hxx
src/NCollection/NCollection_Map.hxx
src/QABugs/QABugs_19.cxx
tests/bugs/fclasses/bug24271 [new file with mode: 0644]