Go to the documentation of this file.
16 #ifndef SMESH_DefineIndexedMap_HeaderFile
17 #define SMESH_DefineIndexedMap_HeaderFile
19 #include <NCollection_DefineBaseCollection.hxx>
24 #pragma warning (disable:4291)
29 #define SMESH_DEFINE_INDEXEDMAP(_ClassName_, _BaseCollection_, TheKeyType) \
30 typedef SMESH_IndexedMap <TheKeyType > _ClassName_;