Add more idiomatic wrapper wrapper

This commit is contained in:
Thomas Krijnen
2014-06-20 14:18:29 +02:00
parent 0a7b1dd7f4
commit 8851641d94
3 changed files with 47 additions and 90 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace IfcParse {
std::string _author_email;
std::string _author_organisation;
public:
IfcParse::IfcSpfStream* file;
IfcParse::IfcSpfStream* stream;
IfcParse::Tokens* tokens;
bool Init(const std::string& fn);
IfcEntities EntitiesByType(const std::string& t);