Isis 3 Programmer Reference
MemoryAllocationFailed.cpp
1
6
/* SPDX-License-Identifier: CC0-1.0 */
7
8
#include "Message.h"
9
10
using namespace
std
;
11
12
QString
Isis::Message::MemoryAllocationFailed
() {
13
return
"Unable to allocate dynamic memory"
;
14
}
Isis::Message::MemoryAllocationFailed
QString MemoryAllocationFailed()
This error should be used when an error accrues during a memory allocation such as "new".
Definition
MemoryAllocationFailed.cpp:12
std
Namespace for the standard library.
src
base
objs
Message
MemoryAllocationFailed.cpp