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

Function push

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

Source from the content-addressed store, hash-verified

119 typedef std::vector<std::vector<IfcUtil::IfcBaseClass*>>::const_iterator outer_it;
120 typedef std::vector<IfcUtil::IfcBaseClass*>::const_iterator inner_it;
121 void push(const std::vector<IfcUtil::IfcBaseClass*>& instance) {
122 list_.push_back(instance);
123 }
124 void push(const aggregate_of_instance::ptr& instance) {
125 if (instance) {
126 std::vector<IfcUtil::IfcBaseClass*> list;

Callers 1

pushMethod · 0.70

Calls 3

push_backMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected