GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interpreter.h File Reference
#include "octave-config.h"
#include <string>
#include "child-list.h"
#include "quit.h"
#include "str-vec.h"
#include "bp-table.h"
#include "dynamic-ld.h"
#include "environment.h"
#include "gtk-manager.h"
#include "help.h"
#include "load-path.h"
#include "oct-stream.h"
#include "ov-classdef.h"
#include "ov-typeinfo.h"
#include "pt-eval.h"
#include "symtab.h"
#include "url-handle-manager.h"
Include dependency graph for interpreter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  octave::interpreter
 

Namespaces

 octave
 

Variables

OCTINTERP_API bool octave_initialized
 
OCTINTERP_API bool octave_interpreter_ready
 
OCTINTERP_API bool quit_allowed
 

Variable Documentation

◆ octave_initialized

OCTINTERP_API bool octave_initialized

Definition at line 84 of file interpreter.cc.

Referenced by octave::generic_sig_handler().

◆ octave_interpreter_ready

OCTINTERP_API bool octave_interpreter_ready

Definition at line 81 of file interpreter.cc.

Referenced by execute_pkg_add_or_del().

◆ quit_allowed

OCTINTERP_API bool quit_allowed

Definition at line 77 of file interpreter.cc.

Referenced by octave_oncleanup::~octave_oncleanup().