GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interpreter.h File Reference
#include "octave-config.h"
#include <map>
#include <stack>
#include <string>
#include "child-list.h"
#include "oct-time.h"
#include "quit.h"
#include "str-vec.h"
#include "cdef-manager.h"
#include "display.h"
#include "dynamic-ld.h"
#include "environment.h"
#include "error.h"
#include "event-manager.h"
#include "graphics.h"
#include "gtk-manager.h"
#include "help.h"
#include "input.h"
#include "load-path.h"
#include "load-save.h"
#include "oct-hist.h"
#include "oct-stream.h"
#include "ov-typeinfo.h"
#include "pager.h"
#include "pt-eval.h"
#include "settings.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
 
class  octave::temporary_file_list
 

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
extern

Definition at line 92 of file interpreter.cc.

Referenced by octave::generic_sig_handler(), and octave::interpreter::initialize().

◆ octave_interpreter_ready

OCTINTERP_API bool octave_interpreter_ready
extern

◆ quit_allowed

OCTINTERP_API bool quit_allowed
extern