mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Seperate map() and map_impl() for automatic taxonomy item <> ifc instance mapping
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
#undef BIND
|
||||
#endif
|
||||
|
||||
#define BIND(T) ifcopenshell::geometry::taxonomy::item* map(const IfcSchema::T*);
|
||||
#define BIND(T) ifcopenshell::geometry::taxonomy::item* map_impl(const IfcSchema::T*);
|
||||
|
||||
#include "mapping.i"
|
||||
|
||||
Reference in New Issue
Block a user