AFF --- A container for numbers (array) by Friederich and Forbriger.
|
Exception thrown in case of allocation error. More...
#include <error.h>
Public Member Functions | |
AllocException (const Tsize &n, const Tsize &size) | |
take number of requested elements and their size More... | |
virtual | ~AllocException () |
provide virtual destructor More... | |
virtual void | report () const |
Screen report. More... | |
Static Public Member Functions | |
static void | report_on_construct () |
Issue a screen report on construction of exception. More... | |
static void | dont_report_on_construct () |
Issue NO screen report on construction of exception. More... | |
Protected Member Functions | |
void | base_report () const |
Screen report. More... | |
Private Attributes | |
Tsize | Mn |
members to remember More... | |
Tsize | Msize |
Exception thrown in case of allocation error.