This is the complete list of members for stack_frame, including all inherited members.
accept(stack_frame_walker &sfw)=0 | stack_frame | pure virtual |
access_link() const | stack_frame | inline |
all_variables() | stack_frame | |
ARG_NAMES enum value | stack_frame | |
assign(const symbol_record &sym, const octave_value &val) | stack_frame | inline |
assign(const std::string &name, const octave_value &val) | stack_frame | inline |
assign(octave_value::assign_op op, const symbol_record &sym, const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) | stack_frame | inline |
auto_var_type enum name | stack_frame | |
break_closure_cycles(const std::shared_ptr< stack_frame > &) | stack_frame | inlinevirtual |
clear(const symbol_record &sym) | stack_frame | inline |
clear_objects() | stack_frame | |
clear_parent_static_link() | stack_frame | inline |
clear_values() | stack_frame | virtual |
clear_variable(const std::string &name) | stack_frame | |
clear_variable_pattern(const std::string &pattern) | stack_frame | |
clear_variable_pattern(const string_vector &patterns) | stack_frame | |
clear_variable_regexp(const std::string &pattern) | stack_frame | |
clear_variable_regexp(const string_vector &patterns) | stack_frame | |
clear_variables() | stack_frame | |
column(int c) | stack_frame | inline |
column() const | stack_frame | inlinevirtual |
create(tree_evaluator &tw, octave_function *fcn, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link) | stack_frame | static |
create(tree_evaluator &tw, octave_user_script *script, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link) | stack_frame | static |
create(tree_evaluator &tw, octave_user_function *fcn, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link, const std::shared_ptr< stack_frame > &access_link=std::shared_ptr< stack_frame >()) | stack_frame | static |
create(tree_evaluator &tw, octave_user_function *fcn, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link, const local_vars_map &local_vars, const std::shared_ptr< stack_frame > &access_link=std::shared_ptr< stack_frame >()) | stack_frame | static |
create(tree_evaluator &tw, const symbol_scope &scope, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link) | stack_frame | static |
display(bool follow=true) const | stack_frame | virtual |
display_stopped_in_message(std::ostream &os) const | stack_frame | |
fcn_file_name() const | stack_frame | inline |
fcn_name(bool print_subfn=true) const | stack_frame | inline |
find_subfunction(const std::string &name) const | stack_frame | inline |
function() const | stack_frame | inlinevirtual |
get_auto_fcn_var(auto_var_type) const =0 | stack_frame | pure virtual |
get_dispatch_class() const | stack_frame | inline |
get_scope() const =0 | stack_frame | pure virtual |
get_scope_flag(std::size_t) const | stack_frame | virtual |
get_symbol_info() | stack_frame | inline |
glob_symbol_info(const std::string &pattern) | stack_frame | |
GLOBAL enum value | stack_frame | |
IGNORED enum value | stack_frame | |
index() const | stack_frame | inline |
insert_symbol(const std::string &)=0 | stack_frame | pure virtual |
install_variable(const symbol_record &sym, const octave_value &value, bool global) | stack_frame | |
install_variable(const std::string &name, const octave_value &value, bool global) | stack_frame | inline |
is_closure_context() const | stack_frame | inline |
is_compiled_fcn_frame() const | stack_frame | inlinevirtual |
is_defined(const symbol_record &sym) const | stack_frame | inline |
is_global(const symbol_record &sym) const | stack_frame | inline |
is_global(const std::string &name) const | stack_frame | inline |
is_local_variable(const std::string &name) const | stack_frame | inline |
is_object(const symbol_record &sym) const | stack_frame | inline |
is_object(const std::string &name) const | stack_frame | inline |
is_persistent(const symbol_record &sym) const | stack_frame | inline |
is_persistent(const std::string &name) const | stack_frame | inline |
is_scope_frame() const | stack_frame | inlinevirtual |
is_user_fcn_frame() const | stack_frame | inlinevirtual |
is_user_script_frame() const | stack_frame | inlinevirtual |
is_variable(const symbol_record &sym) const | stack_frame | inline |
is_variable(const std::string &name) const | stack_frame | inline |
line(int l) | stack_frame | inline |
line() const | stack_frame | inlinevirtual |
LOCAL enum value | stack_frame | |
local_vars_map typedef | stack_frame | |
lookup_symbol(const std::string &) const =0 | stack_frame | pure virtual |
m_access_link | stack_frame | protected |
m_column | stack_frame | protected |
m_dispatch_class | stack_frame | protected |
m_evaluator | stack_frame | protected |
m_index | stack_frame | protected |
m_is_closure_context | stack_frame | protected |
m_line | stack_frame | protected |
m_parent_link | stack_frame | protected |
m_static_link | stack_frame | protected |
make_global(const symbol_record &sym) | stack_frame | inline |
make_persistent(const symbol_record &sym) | stack_frame | inline |
make_symbol_info_list(const std::list< symbol_record > &symrec_list) const | stack_frame | |
mark_closure_context() | stack_frame | inline |
mark_global(const symbol_record &sym) | stack_frame | inline |
mark_persistent(const symbol_record &sym) | stack_frame | inline |
mark_scope(const symbol_record &, scope_flags)=0 | stack_frame | pure virtual |
NARGIN enum value | stack_frame | |
NARGOUT enum value | stack_frame | |
non_const_unary_op(octave_value::unary_op op, const symbol_record &sym, const std::string &type, const std::list< octave_value_list > &idx) | stack_frame | inline |
NUM_AUTO_VARS enum value | stack_frame | |
operator=(const stack_frame &elt)=delete | stack_frame | |
parent_frame_index() const | stack_frame | inline |
parent_link() const | stack_frame | inline |
PERSISTENT enum value | stack_frame | |
regexp_symbol_info(const std::string &pattern) | stack_frame | |
resize(std::size_t) | stack_frame | virtual |
SAVED_WARNING_STATES enum value | stack_frame | |
scope_flag(const symbol_record &) const =0 | stack_frame | pure virtual |
scope_flags enum name | stack_frame | |
set_auto_fcn_var(auto_var_type, const octave_value &)=0 | stack_frame | pure virtual |
set_dispatch_class(const std::string &class_name) | stack_frame | inline |
set_nargin(int nargin) | stack_frame | inlinevirtual |
set_nargout(int nargout) | stack_frame | inlinevirtual |
set_scope_flag(std::size_t, scope_flags) | stack_frame | virtual |
size() const | stack_frame | virtual |
stack_frame()=delete | stack_frame | |
stack_frame(tree_evaluator &tw, std::size_t index, const std::shared_ptr< stack_frame > &parent_link, const std::shared_ptr< stack_frame > &static_link, const std::shared_ptr< stack_frame > &access_link) | stack_frame | inline |
stack_frame(const stack_frame &elt)=default | stack_frame | |
static_link() const | stack_frame | inline |
unmark_global(const symbol_record &sym) | stack_frame | inline |
unmark_persistent(const symbol_record &sym) | stack_frame | inline |
unwind_protect_frame() | stack_frame | inlinevirtual |
value(const symbol_record &sym, const std::string &type, const std::list< octave_value_list > &idx) const | stack_frame | inline |
variable_names() const | stack_frame | |
varref(const symbol_record &sym)=0 | stack_frame | pure virtual |
varref(std::size_t data_offset) | stack_frame | virtual |
varval(const symbol_record &sym) const =0 | stack_frame | pure virtual |
varval(std::size_t data_offset) const | stack_frame | virtual |
varval(const std::string &name) const | stack_frame | inline |
who(const string_vector &patterns, bool have_regexp, bool return_list, bool verbose, const std::string &whos_line_fmt, const std::string &msg) | stack_frame | |
workspace() | stack_frame | |
~stack_frame()=default | stack_frame | virtual |