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

Method size

src/ifcparse/IfcUtil.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78}
79size_t aggregate_of_instance::size() const { return list_.size(); }
80void aggregate_of_instance::reserve(size_t capacity) { list_.reserve(capacity); }
81aggregate_of_instance::it aggregate_of_instance::begin() { return list_.begin(); }
82aggregate_of_instance::it aggregate_of_instance::end() { return list_.end(); }

Callers 15

buildMethod · 0.45
emit_polyhedral_surfaceFunction · 0.45
emit_line_componentFunction · 0.45
emit_line_stringsFunction · 0.45
writeMethod · 0.45
addFloatSourceMethod · 0.45
writeMethod · 0.45
addMethod · 0.45
addParentMethod · 0.45
endDocumentMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected