GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
interpreter-private.h File Reference
#include "octave-config.h"
#include <list>
#include <string>
#include "symtab.h"
Include dependency graph for interpreter-private.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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_info & octave::__get_display_info__ (const std::string &who)
 
dynamic_loader & octave::__get_dynamic_loader__ (const std::string &who)
 
error_system & octave::__get_error_system__ (const std::string &who)
 
tree_evaluator & octave::__get_evaluator__ (const std::string &who)
 
event_manager & octave::__get_event_manager__ (const std::string &who)
 
gh_manageroctave::__get_gh_manager__ (const std::string &who)
 
gtk_manager & octave::__get_gtk_manager__ (const std::string &who)
 
help_system & octave::__get_help_system__ (const std::string &who)
 
input_system & octave::__get_input_system__ (const std::string &who)
 
interpreter & octave::__get_interpreter__ (const std::string &who)
 
load_path & octave::__get_load_path__ (const std::string &who)
 
load_save_system & octave::__get_load_save_system__ (const std::string &who)
 
output_system & octave::__get_output_system__ (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)
 
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)