Update IfcParse.h (#256)

This commit is contained in:
youaresoomean
2017-09-08 17:18:11 +02:00
committed by Thomas Krijnen
parent b90b39a894
commit fae9661efd
+2 -2
View File
@@ -256,9 +256,9 @@ namespace IfcParse {
std::string toString(bool upper=false) const;
};
IfcEntityInstanceData* read(unsigned int i, IfcFile* t, boost::optional<unsigned> offset = boost::none);
IFC_PARSE_API 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 IfcEntityList::ptr traverse(IfcUtil::IfcBaseClass* instance, int max_level = -1);
}
IFC_PARSE_API std::ostream& operator<< (std::ostream& os, const IfcParse::IfcFile& f);