Remove limited latebound schema representation in favour of full runtime schema representation

This commit is contained in:
Thomas Krijnen
2017-12-11 15:46:57 +01:00
parent 322dec6fd0
commit e7ccf7269a
12 changed files with 80 additions and 9637 deletions
+4
View File
@@ -17,6 +17,8 @@
* *
********************************************************************************/
#include "../ifcparse/IfcSchema.h"
#ifndef ARGUMENTTYPE_H
#define ARGUMENTTYPE_H
@@ -48,6 +50,8 @@ namespace IfcUtil {
Argument_UNKNOWN
};
ArgumentType from_parameter_type(const IfcParse::parameter_type*);
ArgumentType make_aggregate(ArgumentType elem_type);
}
#endif