base class of all other classes of ABACUS
#include <abacusroot.h>
Inheritance diagram for ABA_ABACUSROOT::
|
terminates the program and returns code to the environment from which the program was called.
converts a boolean variable to the strings "on" and "off".
base class of all other classes of ABACUS
Definition at line 81 of file abacusroot.h.
This enumeration defines the codes used be the function exit().
Definition at line 95 of file abacusroot.h.
The destructor is only implemented since it should be virtual function.
terminates the program and returns code to the environment from which the program was called.
We overload the function exit() that in a debugger a break point can be easily set within this function in order to investigate the error. We also observed that for some reason it can be impossible to set a break point within a template. Here this function exit() was quite helpful during the debugging process.
Exception handling could substitute many calls to the function exit(). However, in version 2.6.3 of the GNU / compiler only a prototypical implementation of exception handling is available. As soon as a the GNU compiler provides a stable implementation of exception handling we will use this technique in future releases of this software.
converts a boolean variable to the strings "on" and "off".
"on" if value is true
"off" otherwise
The absolute value of the fractional part of the value x. E.g., it holds fracPart(2.33) == 0.33 and fracPart(-1.77) == 0.77.
The documentation for this class was generated from the following file: