Struct XBufferTooSmall#
Defined in File core_types.h
Inheritance Relationships#
Base Types#
public sdv::XSysExcept
(Struct XSysExcept)public sdv::XSysExcept
(Struct XSysExcept)
Struct Documentation#
-
struct XBufferTooSmall : public sdv::XSysExcept, public sdv::XSysExcept#
Buffer is too small.
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 uiSize#
Requested size.
-
uint64_t uiCapacity#
Size of the buffer.
-
const char _description[] = "The buffer was too small to store the data."
Description
-
uint64 uiSize
Requested size.
-
uint64 uiCapacity
Size of the buffer.
Public Static Attributes
-
static const ::sdv::exception_id _id = 0x3C494554A6187FE2#
Exception ID.
-
static const char _description[] = "The buffer was too small to store the data."#
Description
-
inline virtual const char *what() const noexcept override#