Previous: Symbolic Types, Up: Expression Evaluator Definitions


2.20.1.13 Variable Flags

See Variables.

X1f4_E4_READ_ONLY
indicates that the variable cannot be altered by side effects operators

See struct x1f4_variable_type.

See Variables.

See Side Effects Operators.

See Syntax.

X1f4_E4_REFERENCE
indicates that the variable is but a mere reference for yet another something (i.e. the associated state pointer should not be interpreted as a pointer to some piece of data of the type recorded by the variable, but instead as a pointer to a struct x1f4_stateset_type data retriever, data retriever that in turn will be used to locate the actual address at which the data is stored every time the variable comes into use)

See struct x1f4_stateset_type.

See struct x1f4_variable_type.

See Variables.

See Reference Variables.