#include <cstdint>
Contains assert idalog result constants.
Go to the source code of this file.
Variables | |
constexpr int32_t | ADR_ABORT |
The assert dialog return value is Abort (usually sent from a button labeled Abort). | |
constexpr int32_t | ADR_RETRY |
The assert dialog return value is Retry (usually sent from a button labeled Retry). | |
constexpr int32_t | ADR_IGNORE |
The assert dialog return value is Ignore (usually sent from a button labeled Ignore). | |