SST/macro
Public Member Functions | List of all members
sprockit::memory_error Struct Reference

Something happened when allocating, deallocating, or mapping a memory region. More...

#include <errors.h>

Inheritance diagram for sprockit::memory_error:
Inheritance graph
Collaboration diagram for sprockit::memory_error:
Collaboration graph

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
 

Detailed Description

Something happened when allocating, deallocating, or mapping a memory region.

Definition at line 156 of file errors.h.

Constructor & Destructor Documentation

sprockit::memory_error::memory_error ( const std::string &  msg)
inline

Definition at line 157 of file errors.h.

virtual sprockit::memory_error::~memory_error ( )
throw (
)
inlinevirtual

Definition at line 161 of file errors.h.


The documentation for this struct was generated from the following file: