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

Function begin

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

Source from the content-addressed store, hash-verified

131 }
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 {

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

beginMethod · 0.45

Tested by

no test coverage detected