![]() |
Ark Server API (ASA) - Wiki
|
#include <ExpressionParserTypes.h>
Collaboration diagram for FOperatorFunctionID:Public Attributes | |
| FGuid | OperatorType |
| FGuid | LeftOperandType |
| FGuid | RightOperandType |
Friends | |
| bool | operator== (const FOperatorFunctionID &A, const FOperatorFunctionID &B) |
| uint32 | GetTypeHash (const FOperatorFunctionID &In) |
Struct used to identify a function for a specific operator overload
Definition at line 258 of file ExpressionParserTypes.h.
|
friend |
Definition at line 271 of file ExpressionParserTypes.h.
|
friend |
Definition at line 264 of file ExpressionParserTypes.h.
| FGuid FOperatorFunctionID::LeftOperandType |
Definition at line 261 of file ExpressionParserTypes.h.
| FGuid FOperatorFunctionID::OperatorType |
Definition at line 260 of file ExpressionParserTypes.h.
| FGuid FOperatorFunctionID::RightOperandType |
Definition at line 262 of file ExpressionParserTypes.h.