Leonardus
Loading...
Searching...
No Matches
Functions
InterpreterService Namespace Reference

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.
 

Detailed Description

Delegations to the static Interpreter class object.

Function Documentation

◆ getMaxopeelevel()

size_t InterpreterService::getMaxopeelevel ( )

Interpreter Service get maximum opee level.

Delegates to the Interpreter class to retrieve the maximum "operator ==" nesting level to print.

Returns
size_t ... The maximum opee level.
See also
Interpreter::getMaxopeelevel()

◆ getRealprecision()

size_t InterpreterService::getRealprecision ( )

Interpreter Service get real precision.

Delegates to the Interpreter class to retrieve the current real precision.

Returns
size_t ... The current real precision.
See also
Interpreter::getRealprecision()

◆ getSuppressAEC()

bool InterpreterService::getSuppressAEC ( )

Interpreter Service get suppress ANSI escape codes Delegates to the Interpreter class to retrieve the setting.

Returns
bool ... True if ANSI escape codes are suppressed, false otherwise.
See also
Interpreter::getSuppressAEC()

◆ msec()

__int128 InterpreterService::msec ( )

Interpreter Service get milliseconds since start.

Delegates to the Interpreter class to retrieve the milliseconds since program start.

Returns
__int128 ... Milliseconds since program start.
See also
Interpreter::msec()

◆ print()

void InterpreterService::print ( const std::string &  p_line)

Interpreter Service print.

Delegates printing to the Interpreter class.

Parameters
[in]p_lineThe text to print.
See also
Interpreter::print()

◆ setRealprecision()

void InterpreterService::setRealprecision ( size_t  p_prec)

Interpreter Service set real precision.

Delegates to the Interpreter class to set the real precision.

Parameters
[in]p_precThe new precision value.
See also
Interpreter::setRealprecision()

◆ snapIfVerbose()

void InterpreterService::snapIfVerbose ( )

Interpreter Service snap if verbose.

Delegates to the Interpreter class to take a snapshot if verbose mode is enabled.

See also
Interpreter::snapIfVerbose()