SST/macro
|
Something happened when allocating, deallocating, or mapping a memory region. More...
#include <errors.h>
Public Member Functions | |
memory_error (const std::string &msg) | |
virtual | ~memory_error () throw () |
Public Member Functions inherited from sprockit::spkt_error | |
spkt_error (const std::string &msg) | |
virtual | ~spkt_error () throw () |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from sprockit::spkt_error | |
const std::string | message |
Something happened when allocating, deallocating, or mapping a memory region.
|
inline |
|
inlinevirtual |