|
Leonardus
|
The decoupling of interpreter services from the full Interpreter class interface. More...
#include <string>#include <cstddef>
Include dependency graph for interpreterservice.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | InterpreterService |
| Delegations to the static Interpreter class object. | |
Functions | |
| void | InterpreterService::print (const std::string &p_line) |
| Interpreter Service print. | |
| void | InterpreterService::snapIfVerbose () |
| Interpreter Service snap if verbose. | |
| size_t | InterpreterService::getMaxopeelevel () |
| Interpreter Service get maximum opee level. | |
| __int128 | InterpreterService::msec () |
| Interpreter Service get milliseconds since start. | |
| size_t | InterpreterService::getRealprecision () |
| Interpreter Service get real precision. | |
| bool | InterpreterService::getSuppressAEC () |
| Interpreter Service get suppress ANSI escape codes Delegates to the Interpreter class to retrieve the setting. | |
| void | InterpreterService::setRealprecision (size_t p_prec) |
| Interpreter Service set real precision. | |
The decoupling of interpreter services from the full Interpreter class interface.
Leonardus, a minimalist stack-based programming system. Copyright (C) 2025 Andreas Muckenschnabel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.