Public Types | |
| enum class | OperatorAssociativity { Left , Right } |
Public Member Functions | |
| AZ_TYPE_INFO (ElementInformation, "{50C64349-5534-453F-8831-D6C125B4FB2C}") | |
Public Attributes | |
| bool | m_allowOnOperatorStack = true |
| int | m_id = -1 |
| int | m_priority = 0 |
| OperatorAssociativity | m_associativity = OperatorAssociativity::Left |
| AZStd::any | m_extraStore |