mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:07:53 +00:00
#1725 exports
This commit is contained in:
@@ -383,12 +383,12 @@ namespace IfcParse {
|
|||||||
virtual const entity* as_entity() const { return this; }
|
virtual const entity* as_entity() const { return this; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class instance_factory {
|
class IFC_PARSE_API instance_factory {
|
||||||
public:
|
public:
|
||||||
virtual IfcUtil::IfcBaseClass* operator()(IfcEntityInstanceData* data) const = 0;
|
virtual IfcUtil::IfcBaseClass* operator()(IfcEntityInstanceData* data) const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
class schema_definition {
|
class IFC_PARSE_API schema_definition {
|
||||||
private:
|
private:
|
||||||
std::string name_;
|
std::string name_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user