Open CASCADE Technology 7.7.2
Macros
NCollection_DefineDataMap.hxx File Reference
#include <NCollection_DataMap.hxx>

Macros

#define DEFINE_DATAMAP(_ClassName_, _BaseCollection_, TheKeyType, TheItemType)   typedef NCollection_DataMap<TheKeyType, TheItemType > _ClassName_;
 

Macro Definition Documentation

◆ DEFINE_DATAMAP

#define DEFINE_DATAMAP ( _ClassName_,
_BaseCollection_,
TheKeyType,
TheItemType )   typedef NCollection_DataMap<TheKeyType, TheItemType > _ClassName_;