libwreport
3.29
|
Reports that memory allocation has failed. More...
#include <error.h>
Public Member Functions | |
error_alloc (const char *msg) | |
ErrorCode | code () const noexcept override |
Exception-specific error code. More... | |
const char * | what () const noexcept override |
Throw the exception, building the message printf-style. | |
Data Fields | |
const char * | msg |
error message returned by what() | |
Additional Inherited Members | |
![]() | |
static const char * | strerror (ErrorCode code) |
String description for an error code. | |
Reports that memory allocation has failed.
|
inline |
msg | error message. It is a plain const char* in this case in order to keep things as simple as possible in case we really are very short of memory. |
|
inlineoverridevirtualnoexcept |
Exception-specific error code.
This is useful to map C++ exceptions to C or Fortran error codes
Implements wreport::error.
References wreport::WR_ERR_ALLOC.