From 7aa04611a1dbbe3a6a92447e687e4ab6e1eaad6b Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 22 Jun 2023 10:06:48 +0200 Subject: [PATCH] #2805 provide aggregate typedef for select types --- src/ifcopenshell-python/ifcopenshell/express/templates.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/express/templates.py b/src/ifcopenshell-python/ifcopenshell/express/templates.py index 3b0b043e9f..ad9ef898de 100644 --- a/src/ifcopenshell-python/ifcopenshell/express/templates.py +++ b/src/ifcopenshell-python/ifcopenshell/express/templates.py @@ -142,6 +142,7 @@ select = """%(documentation)s class IFC_PARSE_API %(name)s : public virtual IfcUtil::IfcBaseInterface { public: static const IfcParse::select_type& Class(); + typedef aggregate_of< %(name)s > list; }; """