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

Method push

src/ifcparse/IfcFile.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void IfcParse::parse_context::push(Token t) {
30 tokens_.push_back(t);
31}
32
33void IfcParse::parse_context::push(IfcUtil::IfcBaseClass* inst) {
34 tokens_.push_back(inst);

Callers 15

emit_line_stringsFunction · 0.45
addParentMethod · 0.45
get_relatedFunction · 0.45
descendFunction · 0.45
get_relatedFunction · 0.45
descendFunction · 0.45
finalizeFunction · 0.45
get_task_productsFunction · 0.45
filter_productsFunction · 0.45
find_openingsMethod · 0.45
get_representationsMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected