Struct XOffsetPastBufferSize#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XOffsetPastBufferSize : public sdv::XSysExcept, public sdv::XSysExcept#
Offset out of range.
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
-
uint64_t uiOffset#
Offset value.
-
uint64_t uiSize#
Buffer size.
-
const char _description[] = "The provided offset doesn't is not pointing to a location within the buffer."
Description
-
uint64 uiOffset
Offset value.
-
uint64 uiSize
Buffer size.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0xD58CE8122B835FCB#
Exception ID.
-
static const char _description[] = "The provided offset doesn't is not pointing to a location within the buffer."#
Description
-
inline virtual const char *what() const noexcept override#