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