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

Function size

src/ifcparse/aggregate_of_instance.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 outer_it begin() const { return list_.begin(); }
134 outer_it end() const { return list_.end(); }
135 int size() const { return (int)list_.size(); }
136 int totalSize() const {
137 int accum = 0;
138 for (outer_it it = begin(); it != end(); ++it) {

Callers 6

getMethod · 0.70
setMethod · 0.70
indexMethod · 0.70
VariantArrayClass · 0.70
hasMethod · 0.70
apply_visitorMethod · 0.70

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected