TPIE

v1.1rc1-6-g0c97303
tpie::out_of_memory_error Struct Reference

Thrown when trying to allocate too much memory. More...

#include <tpie/memory.h>

Inherits std::bad_alloc.

Public Member Functions

 out_of_memory_error (const char *s)
 
virtual const char * what () const throw ()
 

Public Attributes

const char * msg
 

Detailed Description

Thrown when trying to allocate too much memory.

When the memory limit is exceeded and the memory limit enforcement policy is set to THROW, this error is thrown by the memory subsystem.

Definition at line 48 of file memory.h.


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