mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Merge remote-tracking branch 'origin/v0.8.0' into ifcviewer-wgpu
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#define IFCGLOBALID_H
|
||||
|
||||
#include "ifc_parse_api.h"
|
||||
#include "IfcLogger.h"
|
||||
|
||||
#include <boost/uuid/uuid.hpp>
|
||||
#include <string>
|
||||
@@ -36,8 +37,8 @@ class IFC_PARSE_API global_id {
|
||||
|
||||
public:
|
||||
static const unsigned int length = 22;
|
||||
global_id();
|
||||
global_id(const std::string& value);
|
||||
global_id(Logger& logger = Logger::Root());
|
||||
global_id(const std::string& value, Logger& logger = Logger::Root());
|
||||
operator const std::string&() const;
|
||||
operator const boost::uuids::uuid&() const;
|
||||
const std::string& formatted() const;
|
||||
|
||||
Reference in New Issue
Block a user