AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ AllocException()

aff::AllocException::AllocException ( const Tsize n,
const Tsize size 
)

take number of requested elements and their size

instantiate AllocException

Definition at line 130 of file error.cc.

130  :
131  Exception("ERROR: memory allocation failed!"), Mn(n), Msize(size) { }
Exception()
Creates exception with no explaning comments.
Definition: error.cc:55
Tsize Mn
members to remember
Definition: error.h:136