Public Member Functions | |
| AZ_TYPE_INFO_WITH_NAME_DECL_API (AZCORE_API, CheckedOperationInfo) | |
| AZ_CLASS_ALLOCATOR (CheckedOperationInfo, AZ::SystemAllocator) | |
| CheckedOperationInfo (AZStd::string_view safetyCheckName, const InputRestriction &inputRestriction, AZStd::string_view successName, AZStd::string_view failureName, bool callCheckedFunctionInBothCases=false) | |
| bool | operator== (const CheckedOperationInfo &other) const |
| bool | operator!= (const CheckedOperationInfo &other) const |
Public Attributes | |
| AZStd::string | m_safetyCheckName |
| InputRestriction | m_inputRestriction |
| AZStd::string | m_successCaseName |
| AZStd::string | m_failureCaseName |
| bool | m_callCheckedFunctionInBothCases = false |