mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
#2805 provide aggregate typedef for select types
This commit is contained in:
@@ -142,6 +142,7 @@ select = """%(documentation)s
|
|||||||
class IFC_PARSE_API %(name)s : public virtual IfcUtil::IfcBaseInterface {
|
class IFC_PARSE_API %(name)s : public virtual IfcUtil::IfcBaseInterface {
|
||||||
public:
|
public:
|
||||||
static const IfcParse::select_type& Class();
|
static const IfcParse::select_type& Class();
|
||||||
|
typedef aggregate_of< %(name)s > list;
|
||||||
};
|
};
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user