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

Method inst

src/ifcparse/parse_ifcxml.cpp:184–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 node_type ntype() const { return type_; }
183
184 IfcUtil::IfcBaseClass* inst() const { return inst_; }
185 int idx() const { return idx_; }
186 const IfcParse::inverse_attribute* inv_attr() const { return inv_; }
187 const std::string& tagname() const { return tagname_; }

Callers 3

end_elementFunction · 0.80
process_charactersFunction · 0.80
start_elementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected