MPICommandExpr
Definition
typedef struct MPICommandExpr {
MPICommandOperator oper;
MPICommandAddress address;
union {
MPICommandConstant value; /* [*'address'] 'oper' ['value'] */
MPICommandAddress ref; /* [*'address'] 'oper' [*'ref'] */
} by;
} MPICommandExpr;
Description
MPICommandExpr is a structure that represents an expression for an MPICommand object.
| Depending on the command type, the expression is evaluated as either: |
| *address oper value |
| *address oper *ref |
See Also
MPICommand | MPICommandParams | MPICommandType
