GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interpreter-private.cc File Reference
#include <string>
#include "bp-table.h"
#include "call-stack.h"
#include "child-list.h"
#include "error.h"
#include "gtk-manager.h"
#include "help.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "ov-classdef.h"
#include "symtab.h"
Include dependency graph for interpreter-private.cc:

Go to the source code of this file.

Namespaces

 octave
 

Functions

bp_table & octave::__get_bp_table__ (const std::string &who)
 
call_stack & octave::__get_call_stack__ (const std::string &who)
 
cdef_manageroctave::__get_cdef_manager__ (const std::string &who)
 
child_list & octave::__get_child_list__ (const std::string &who)
 
symbol_scope octave::__get_current_scope__ (const std::string &who)
 
dynamic_loader & octave::__get_dynamic_loader__ (const std::string &who)
 
tree_evaluator & octave::__get_evaluator__ (const std::string &who)
 
gtk_manager & octave::__get_gtk_manager__ (const std::string &who)
 
help_system & octave::__get_help_system__ (const std::string &who)
 
interpreter & octave::__get_interpreter__ (const std::string &who)
 
load_path & octave::__get_load_path__ (const std::string &who)
 
symbol_table & octave::__get_symbol_table__ (const std::string &who)
 
type_info & octave::__get_type_info__ (const std::string &who)
 
symbol_scope octave::__require_current_scope__ (const std::string &who)