MCPcopy Create free account
hub / github.com/PDAL/PDAL / popNode

Method popNode

filters/private/expr/Expression.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447NodePtr Expression::popNode()
448{
449 NodePtr n(std::move(m_nodes.top()));
450 m_nodes.pop();
451 return n;
452}
453
454void Expression::pushNode(NodePtr node)
455{

Callers 9

orexprMethod · 0.80
andexprMethod · 0.80
notexprMethod · 0.80
compareexprMethod · 0.80
function1Method · 0.80
addexprMethod · 0.80
multexprMethod · 0.80
uminusMethod · 0.80
function1Method · 0.80

Calls 1

topMethod · 0.80

Tested by

no test coverage detected