Files
IfcOpenShell/src/ifcgeom/mapping/bind_convert_impl.i
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
125 B
OpenEdge ABL
Raw Normal View History

2023-03-21 20:15:01 +01:00
#ifdef BIND
#undef BIND
#endif
#define BIND(T) \
process_mapping<IfcSchema::T>(matched, item, inst);
2023-03-21 20:15:01 +01:00
#include "mapping.i"