GNU Octave 7.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interpreter-private.cc File Reference
#include <list>
#include <string>
#include "bp-table.h"
#include "cdef-manager.h"
#include "child-list.h"
#include "display.h"
#include "error.h"
#include "event-manager.h"
#include "gtk-manager.h"
#include "help.h"
#include "input.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "load-save.h"
#include "ov.h"
#include "ovl.h"
#include "pager.h"
#include "symtab.h"
Include dependency graph for interpreter-private.cc:

Go to the source code of this file.

Namespaces

namespace  octave
 

Functions

bp_table & octave::__get_bp_table__ (const std::string &who)
 
cdef_manager & octave::__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)
 
display_infooctave::__get_display_info__ (const std::string &who)
 
dynamic_loader & octave::__get_dynamic_loader__ (const std::string &who)
 
error_systemoctave::__get_error_system__ (const std::string &who)
 
tree_evaluatoroctave::__get_evaluator__ (const std::string &who)
 
event_manageroctave::__get_event_manager__ (const std::string &who)
 
gh_manager & octave::__get_gh_manager__ (const std::string &who)
 
gtk_manager & octave::__get_gtk_manager__ (const std::string &who)
 
help_systemoctave::__get_help_system__ (const std::string &who)
 
input_systemoctave::__get_input_system__ (const std::string &who)
 
interpreteroctave::__get_interpreter__ (const std::string &who)
 
load_pathoctave::__get_load_path__ (const std::string &who)
 
load_save_systemoctave::__get_load_save_system__ (const std::string &who)
 
output_systemoctave::__get_output_system__ (const std::string &who)
 
symbol_tableoctave::__get_symbol_table__ (const std::string &who)
 
type_infooctave::__get_type_info__ (const std::string &who)
 
symbol_scope octave::__require_current_scope__ (const std::string &who)
 
octave_value octave::get_function_handle (interpreter &interp, const octave_value &arg, const std::list< std::string > &parameter_names)
 
octave_value octave::get_function_handle (interpreter &interp, const octave_value &arg, const std::string &parameter_name)