Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
NodePtr Expression::popNode()
448
{
449
NodePtr n(std::move(m_nodes.top()));
450
m_nodes.pop();
451
return n;
452
}
453
454
void Expression::pushNode(NodePtr node)
455
{
Callers
9
orexpr
Method · 0.80
andexpr
Method · 0.80
notexpr
Method · 0.80
compareexpr
Method · 0.80
function1
Method · 0.80
addexpr
Method · 0.80
multexpr
Method · 0.80
uminus
Method · 0.80
function1
Method · 0.80
Calls
1
top
Method · 0.80
Tested by
no test coverage detected