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

Method iterator

src/ifcparse/map_variant.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 mutable std::unique_ptr<value_type> cached_value_ptr_;
58
59 iterator() = default;
60
61 explicit iterator(underlying_iterator_variant v)
62 : it_var(std::move(v)) {}

Callers 15

add_collision_objectsMethod · 0.45
create_iteratorsMethod · 0.45
to_obj_fileMethod · 0.45
import_ifcFunction · 0.45
test_iteratorFunction · 0.45
create_iterFunction · 0.45
create_geometryMethod · 0.45
patchMethod · 0.45
extract_geometryMethod · 0.45
_build_treeFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_iteratorFunction · 0.36