MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / set_enumeration

Function set_enumeration

src/ifcconvert/IfcConvert.cpp:1499–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers 1

setFunction · 0.85

Calls 3

setFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected