Struct XInvalidRefCount#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XInvalidRefCount : public sdv::XSysExcept, public sdv::XSysExcept#
Invalid value for the reference counter.
Public Functions
-
inline virtual const char *what() const noexcept override#
Return the explanatory string.
- Returns:
The descriptive string.
-
inline virtual ::sdv::exception_id id() const noexcept override#
Return the id.
- Returns:
The id of the exception.
Public Members
-
uint32_t uiCount#
Reference counter value.
-
const char _description[] = "The reference counter has an invalid/unexpected value."
Description
-
uint32 uiCount
Reference counter value.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x02E02E52488E61DB#
Exception ID.
-
static const char _description[] = "The reference counter has an invalid/unexpected value."#
Description
-
inline virtual const char *what() const noexcept override#