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

Function end

src/ifcparse/IfcFile.h:292–294  ·  view source on GitHub ↗

Returns the first entity in the range of instances contained in the model, in arbitrary order

Source from the content-addressed store, hash-verified

290 /// Returns the first entity in the range of instances contained in the model,
291 /// in arbitrary order
292 entity_by_id_t::iterator end() const {
293 return byid_.end();
294 }
295
296 type_iterator types_begin() const;
297 type_iterator types_end() const;

Callers 9

beginMethod · 0.70
findMethod · 0.70
asMethod · 0.70
insertMethod · 0.70
filteredMethod · 0.70
uniqueMethod · 0.70
beginMethod · 0.70
findMethod · 0.70
insertMethod · 0.70

Calls 1

endMethod · 0.45

Tested by

no test coverage detected