Support for visitor pattern - algorithms dealing with the expressions may be implemented without modifying the Node classes.
More...
#include <qgsexpression.h>
Support for visitor pattern - algorithms dealing with the expressions may be implemented without modifying the Node classes.
Definition at line 1447 of file qgsexpression.h.
◆ ~Visitor()
virtual QgsExpression::Visitor::~Visitor |
( |
| ) |
|
|
inlinevirtual |
◆ visit() [1/7]
◆ visit() [2/7]
◆ visit() [3/7]
virtual void QgsExpression::Visitor::visit |
( |
const NodeInOperator & |
n | ) |
|
|
pure virtual |
◆ visit() [4/7]
virtual void QgsExpression::Visitor::visit |
( |
const NodeFunction & |
n | ) |
|
|
pure virtual |
◆ visit() [5/7]
virtual void QgsExpression::Visitor::visit |
( |
const NodeLiteral & |
n | ) |
|
|
pure virtual |
◆ visit() [6/7]
virtual void QgsExpression::Visitor::visit |
( |
const NodeColumnRef & |
n | ) |
|
|
pure virtual |
◆ visit() [7/7]
virtual void QgsExpression::Visitor::visit |
( |
const NodeCondition & |
n | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: