OCC22355 Avoid annoying warnings in NCollection_SparseArray.hxx on 64-bit Linux with...
[occt.git] / src / QANCollection / QANCollection_PerfTest.hxx
1 // File:        QANCollection_PerfTest.hxx
2 // Created:     Wed May 15 12:38:26 2002
3 // Author:      Alexander KARTOMIN (akm)
4 //              <a-kartomin@opencascade.com>
5 //
6 // Purpose:     To test the performance of NCollection classes
7
8 #ifndef QANCollection_PerfTest_HeaderFile
9 #define QANCollection_PerfTest_HeaderFile
10
11 #include <gp_Pnt.hxx>
12 #include <QANCollection_Common3.hxx>
13
14 // ===================== Test methods for each type ===========================
15 // TCollection classes compared are the containers with
16 //     ValueType  -  gp_Pnt
17 //     Key1Type   -  Standard_Real
18 //     Key2Type   -  Standard_Integer
19
20 #include <QANCollection_PerfArrays.hxx>
21 #include <QANCollection_PerfLists.hxx>
22 #include <QANCollection_PerfMaps.hxx>
23
24 #endif