AFF --- A container for numbers (array) by Friederich and Forbriger.
aff::AllocException Class Reference

Exception thrown in case of allocation error. More...

#include <error.h>

Inheritance diagram for aff::AllocException:
Collaboration diagram for aff::AllocException:

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
 

Detailed Description

Exception thrown in case of allocation error.

See also
aff::Exception

Definition at line 124 of file error.h.


The documentation for this class was generated from the following files: