mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Work on runtime representation of schema
This commit is contained in:
@@ -257,7 +257,8 @@ namespace IfcParse {
|
||||
std::string datatype() const;
|
||||
IfcSchema::Type::Enum type() const;
|
||||
bool is(IfcSchema::Type::Enum v) const;
|
||||
unsigned int id();
|
||||
unsigned int id() const;
|
||||
const IfcWrite::IfcWritableEntity* isWritable() const;
|
||||
IfcWrite::IfcWritableEntity* isWritable();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user