traverse() as a global function rather than method on IfcFile

This commit is contained in:
Thomas Krijnen
2017-06-20 18:54:30 +02:00
parent a27e516011
commit 1e8b1d9c9c
3 changed files with 13 additions and 7 deletions
+2
View File
@@ -257,6 +257,8 @@ namespace IfcParse {
};
IfcEntityInstanceData* read(unsigned int i, IfcFile* t, boost::optional<unsigned> offset = boost::none);
IfcEntityList::ptr traverse(IfcUtil::IfcBaseClass* instance, int max_level = -1);
}
IFC_PARSE_API std::ostream& operator<< (std::ostream& os, const IfcParse::IfcFile& f);