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

Function end

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

Source from the content-addressed store, hash-verified

132 }
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;

Callers 7

generalizeMethod · 0.70
asMethod · 0.70
totalSizeFunction · 0.70
containsFunction · 0.70
totalSizeMethod · 0.70
containsMethod · 0.70
generalizeMethod · 0.70

Calls 1

endMethod · 0.45

Tested by

no test coverage detected