Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
unsigned int AttributeValue::size() const
262
{
263
// @todo
264
return array_.storage_ptr->apply_visitor(SizeVisitor{}, index_);
265
}
266
267
IfcUtil::ArgumentType AttributeValue::type() const
268
{
Callers
6
operator()
Method · 0.45
dispatch_has_
Function · 0.45
IfcEntityInstanceData.cpp
File · 0.45
serialize
Method · 0.45
deserialize
Method · 0.45
has
Method · 0.45
Calls
1
apply_visitor
Method · 0.80
Tested by
no test coverage detected