Wrap more classes into ifcopenshell:: namespace

This commit is contained in:
Thomas Krijnen
2026-08-08 13:58:39 +02:00
parent 2c47c9d4fa
commit 02481b3247
149 changed files with 678 additions and 627 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ class IFC_PARSE_API global_id {
public:
static const unsigned int length = 22;
global_id(logger& logger = ::logger::root());
global_id(const std::string& value, logger& logger = ::logger::root());
global_id(logger& logger = ifcopenshell::logger::root());
global_id(const std::string& value, logger& logger = ifcopenshell::logger::root());
operator const std::string&() const;
operator const boost::uuids::uuid&() const;
const std::string& formatted() const;