1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-21 10:55:33 +03:00
dbp 79a35943dd 0024831: Make iterators of NCollection classes STL-compatible
STL-compatible iterators returned methods begin() and end() are provided in collection classes from NCollection package.
NCollection_Array1::Iterator is redesigned to use pointer instead of index.
Iterators of Sequence, Array, and Vector are extended by new methods to iterate backwards.

Use of SortTools_QuickSortOfReal is replaced by std::sort() in a few places (where possible).
2014-05-29 16:19:55 +04:00

23 lines
520 B
Plaintext
Executable File

FILES
QANCollection.cdl
QANCollection.cxx
QANCollection1.cxx
QANCollection2.cxx
QANCollection3.cxx
QANCollection4.cxx
QANCollection_Stl.cxx
QANCollection_Common.cxx
QANCollection_Common.hxx
QANCollection_Common2.hxx
QANCollection_Common3.hxx
QANCollection_FuncArrays.hxx
QANCollection_FuncLists.hxx
QANCollection_FuncMaps.hxx
QANCollection_FuncTest.hxx
QANCollection_PerfArrays.hxx
QANCollection_PerfLists.hxx
QANCollection_PerfMaps.hxx
QANCollection_PerfTest.hxx
QANCollectionTest.cxx
QANCollection_PerfSparseArray.hxx