|
Leonardus
|
Delegations to the static Interpreter class object. More...
Functions | |
| void | print (const std::string &p_line) |
| Interpreter Service print. | |
| void | snapIfVerbose () |
| Interpreter Service snap if verbose. | |
| size_t | getMaxopeelevel () |
| Interpreter Service get maximum opee level. | |
| __int128 | msec () |
| Interpreter Service get milliseconds since start. | |
| size_t | getRealprecision () |
| Interpreter Service get real precision. | |
| bool | getSuppressAEC () |
| Interpreter Service get suppress ANSI escape codes Delegates to the Interpreter class to retrieve the setting. | |
| void | setRealprecision (size_t p_prec) |
| Interpreter Service set real precision. | |
Delegations to the static Interpreter class object.
| size_t InterpreterService::getMaxopeelevel | ( | ) |
Interpreter Service get maximum opee level.
Delegates to the Interpreter class to retrieve the maximum "operator ==" nesting level to print.
| size_t InterpreterService::getRealprecision | ( | ) |
Interpreter Service get real precision.
Delegates to the Interpreter class to retrieve the current real precision.
| bool InterpreterService::getSuppressAEC | ( | ) |
Interpreter Service get suppress ANSI escape codes Delegates to the Interpreter class to retrieve the setting.
| __int128 InterpreterService::msec | ( | ) |
Interpreter Service get milliseconds since start.
Delegates to the Interpreter class to retrieve the milliseconds since program start.
| void InterpreterService::print | ( | const std::string & | p_line | ) |
Interpreter Service print.
Delegates printing to the Interpreter class.
| [in] | p_line | The text to print. |
| void InterpreterService::setRealprecision | ( | size_t | p_prec | ) |
Interpreter Service set real precision.
Delegates to the Interpreter class to set the real precision.
| [in] | p_prec | The new precision value. |
| void InterpreterService::snapIfVerbose | ( | ) |
Interpreter Service snap if verbose.
Delegates to the Interpreter class to take a snapshot if verbose mode is enabled.