Files
IfcOpenShell/src/ifcgeom/mapping_cache.i
T

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

6 lines
128 B
OpenEdge ABL
Raw Normal View History

2021-11-05 16:54:16 +01:00
#include "mapping_undefine.i"
#define CLASS(T,V) \
std::map<int,V> T;
#include "mapping_define_missing.i"
#include "mapping.i"