#include <FdoStd.h>
#include <Fdo/Expression/ValueExpression.h>
Go to the source code of this file.
Classes | |
class | FdoParameter |
The FdoParameter class derives from FdoValueExpression and represents a substitution parameter in the expression. FdoParameters are represented by a name: when expressions are evaluated, the caller must supply a value to be bound to each parameter name. More... |