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

◆ report()

void aff::AllocException::report ( ) const
virtual

Screen report.

report AllocException

Reimplemented from aff::Exception.

Definition at line 134 of file error.cc.

References aff::Exception::base_report(), Mn, and Msize.

135  {
136  base_report();
137  std::cout << " You requested " << Mn << " memory locations of "
138  << Msize << " Bytes size." << std::endl;
139  }
Tsize Mn
members to remember
Definition: error.h:136
void base_report() const
Screen report.
Definition: error.cc:104
Here is the call graph for this function: