Leonardus
Loading...
Searching...
No Matches
Namespaces | Functions
interpreterservice.h File Reference

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.
 

Detailed Description

The decoupling of interpreter services from the full Interpreter class interface.