Work on ifcxml parsere

This commit is contained in:
Thomas Krijnen
2018-08-29 12:54:25 +02:00
parent 45be79443f
commit 3e80d3646c
7 changed files with 86 additions and 35 deletions
+1
View File
@@ -165,6 +165,7 @@ namespace IfcParse {
public:
ArgumentList() : size_(0), list_(0) {}
ArgumentList(size_t n) : size_(n), list_(new Argument*[size_]) {}
~ArgumentList();
void read(IfcSpfLexer* t, std::vector<unsigned int>& ids);