| 1497 | |
| 1498 | template <typename T> |
| 1499 | void set_enumeration(IfcUtil::IfcBaseClass*, const std::string&, const IfcParse::enumeration_type*, T) {} |
| 1500 | |
| 1501 | template <> |
| 1502 | void set_enumeration(IfcUtil::IfcBaseClass* inst, const std::string& attr, const IfcParse::enumeration_type* enum_type, std::string t) { |