Ark Server API (ASA) - Wiki
|
#include <ExpressionParserTypes.h>
Public Member Functions | |
FOpParameters (int32 InPrecedence, EAssociativity InAssociativity, bool bInCanShortCircuit) | |
Public Attributes | |
int32 | Precedence |
EAssociativity | Associativity |
bool | bCanShortCircuit |
Struct for storing binary operator definition parameters
Definition at line 500 of file ExpressionParserTypes.h.
|
inline |
Definition at line 511 of file ExpressionParserTypes.h.
EAssociativity FOpParameters::Associativity |
The associativity of the operator
Definition at line 506 of file ExpressionParserTypes.h.
bool FOpParameters::bCanShortCircuit |
Whether this operator can be short circuited or not
Definition at line 509 of file ExpressionParserTypes.h.
int32 FOpParameters::Precedence |
The precedence of the operator
Definition at line 503 of file ExpressionParserTypes.h.