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

Method size

src/ifcparse/IfcEntityInstanceData.cpp:261–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261unsigned int AttributeValue::size() const
262{
263 // @todo
264 return array_.storage_ptr->apply_visitor(SizeVisitor{}, index_);
265}
266
267IfcUtil::ArgumentType AttributeValue::type() const
268{

Callers 6

operator()Method · 0.45
dispatch_has_Function · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
hasMethod · 0.45

Calls 1

apply_visitorMethod · 0.80

Tested by

no test coverage detected