mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Parameter naming
This commit is contained in:
@@ -37,7 +37,7 @@ class IFC_PARSE_API global_id {
|
||||
public:
|
||||
static const unsigned int length = 22;
|
||||
global_id();
|
||||
global_id(const std::string&);
|
||||
global_id(const std::string& value);
|
||||
operator const std::string&() const;
|
||||
operator const boost::uuids::uuid&() const;
|
||||
const std::string& formatted() const;
|
||||
|
||||
Reference in New Issue
Block a user