Struct XOffsetPastBufferSize#

Inheritance Relationships#

Base Types#

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