#include <abacusroot.h>
Inheritance diagram for ABA_ABACUSROOT:

Public Types | |
| enum | EXITCODES { Ok, Fatal } |
| This enumeration defines the codes used be the function exit(). More... | |
Public Member Functions | |
| virtual | ~ABA_ABACUSROOT () |
| virtual void | exit (enum EXITCODES code) const |
| terminates the program and returns code to the environment from which the program was called. | |
| const char * | onOff (bool value) |
| converts a boolean variable to the strings "on" and "off". | |
| double | fracPart (double x) const |
Definition at line 81 of file abacusroot.h.
This enumeration defines the codes used be the function exit().
| Ok | The program terminates without error. | |
| Fatal | A severe error occurred leading to an immediate termination of the program. |
Definition at line 95 of file abacusroot.h.
| virtual ABA_ABACUSROOT::~ABA_ABACUSROOT | ( | ) | [virtual] |
The destructor is only implemented since it should be virtual function.
| virtual void ABA_ABACUSROOT::exit | ( | enum EXITCODES | code | ) | const [virtual] |
terminates the program and returns code to the environment from which the program was called.
| code | The exit code given to the environment. |
| const char* ABA_ABACUSROOT::onOff | ( | bool | value | ) |
converts a boolean variable to the strings "on" and "off".
"off" otherwise
| value | The boolean variable being converted. |
| double ABA_ABACUSROOT::fracPart | ( | double | x | ) | const |
| x | The value of which the fractional part is computed. |
1.5.1