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

Method get_value

src/ifcparse/IfcBaseClass.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189namespace IfcUtil {
190template <typename T>
191T IfcBaseEntity::get_value(const std::string& name) const {
192 auto attr = get(name);
193 return (T) attr;
194}
195
196template <typename T>
197T IfcBaseEntity::get_value(const std::string& name, const T& default_value) const {

Callers

nothing calls this directly

Calls 2

getFunction · 0.85
isNullMethod · 0.80

Tested by

no test coverage detected