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

Method clear

filters/private/expr/Expression.cpp:428–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void Expression::clear()
429{
430 std::stack<NodePtr> empty;
431 m_nodes.swap(empty);
432 m_error.clear();
433}
434
435std::string Expression::error() const
436{

Callers 2

clearErrorMethod · 0.45
flushSamplesMethod · 0.45

Calls 1

swapMethod · 0.80

Tested by

no test coverage detected