support for visitor pattern - algorithms dealing with the expressions may be implemented without modifying the Node classes
More...
#include <qgsexpression.h>
Detailed Description
support for visitor pattern - algorithms dealing with the expressions may be implemented without modifying the Node classes
Constructor & Destructor Documentation
virtual QgsExpression::Visitor::~Visitor |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void QgsExpression::Visitor::visit |
( |
const NodeInOperator & |
n | ) |
|
|
pure virtual |
virtual void QgsExpression::Visitor::visit |
( |
const NodeFunction & |
n | ) |
|
|
pure virtual |
virtual void QgsExpression::Visitor::visit |
( |
const NodeLiteral & |
n | ) |
|
|
pure virtual |
virtual void QgsExpression::Visitor::visit |
( |
const NodeColumnRef & |
n | ) |
|
|
pure virtual |
virtual void QgsExpression::Visitor::visit |
( |
const NodeCondition & |
n | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: