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

Method end

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

Source from the content-addressed store, hash-verified

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(); }
83IfcUtil::IfcBaseClass* aggregate_of_instance::operator[](int i) {
84 return list_[i];
85}

Callers 15

string_asFunction · 0.45
PrintPerformanceStatsMethod · 0.45
addExtrudedPolylineMethod · 0.45
clipRepresentationMethod · 0.45
setSurfaceColour_2x3Function · 0.45
setSurfaceColour_4x3Function · 0.45
addMappedItemMethod · 0.45
construct_Function · 0.45
constructMethod · 0.45
assert_existanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected