This is the complete list of members for symbol_scope, including all inherited members.
anonymous() | symbol_scope | inlinestatic |
cache_dir_name(const std::string &name) | symbol_scope | inline |
cache_fcn_file_name(const std::string &name) | symbol_scope | inline |
cache_fcn_name(const std::string &name) | symbol_scope | inline |
cache_name(const std::string &name) | symbol_scope | inline |
dir_name() const | symbol_scope | inline |
dump() const | symbol_scope | inline |
dup() const | symbol_scope | inline |
erase_subfunctions() | symbol_scope | inline |
fcn_file_name() const | symbol_scope | inline |
fcn_name() const | symbol_scope | inline |
find_subfunction(const std::string &name) const | symbol_scope | inline |
find_symbol(const std::string &name) | symbol_scope | inline |
get_rep() const | symbol_scope | inline |
has_subfunctions() const | symbol_scope | inline |
insert(const std::string &name) | symbol_scope | inline |
insert_local(const std::string &name) | symbol_scope | inline |
insert_symbol_record(symbol_record &sr) | symbol_scope | inline |
install_nestfunction(const std::string &name, const octave_value &fval, const symbol_scope &fcn_scope) | symbol_scope | inline |
install_subfunction(const std::string &name, const octave_value &fval) | symbol_scope | inline |
invalid() | symbol_scope | inlinestatic |
is_nested() const | symbol_scope | inline |
is_parent() const | symbol_scope | inline |
is_primary_fcn_scope() const | symbol_scope | inline |
is_relative(const symbol_scope &scope) const | symbol_scope | inline |
is_static() const | symbol_scope | inline |
is_valid() const | symbol_scope | inline |
is_variable(const std::string &nm) const | symbol_scope | inline |
localfunctions() const | symbol_scope | |
lock_subfunctions() | symbol_scope | inline |
look_nonlocal(const std::string &name, std::size_t offset, symbol_record &result) | symbol_scope | inline |
lookup_symbol(const std::string &name) const | symbol_scope | inline |
mark_as_variable(const std::string &nm) | symbol_scope | inline |
mark_as_variables(const std::list< std::string > &lst) | symbol_scope | inline |
mark_primary_fcn_scope() | symbol_scope | inline |
mark_static() | symbol_scope | inline |
mark_subfunctions_in_scope_as_private(const std::string &class_name) | symbol_scope | inline |
name() const | symbol_scope | inline |
nesting_depth() const | symbol_scope | inline |
num_symbols() const | symbol_scope | inline |
operator bool() const | symbol_scope | inlineexplicit |
operator!=(const symbol_scope &a, const symbol_scope &b) | symbol_scope | friend |
operator=(const symbol_scope &)=default | symbol_scope | |
operator==(const symbol_scope &a, const symbol_scope &b) | symbol_scope | friend |
parent_fcn_names() const | symbol_scope | inline |
parent_scope() const | symbol_scope | inline |
persistent_varref(std::size_t data_offset) | symbol_scope | inline |
persistent_varval(std::size_t data_offset) const | symbol_scope | inline |
primary_parent_scope() const | symbol_scope | inline |
rename(const std::string &old_name, const std::string &new_name) | symbol_scope | inline |
set_nesting_depth(std::size_t depth) | symbol_scope | inline |
set_parent(const symbol_scope &p) | symbol_scope | inline |
set_primary_parent(const symbol_scope &p) | symbol_scope | inline |
set_user_code(octave_user_code *code) | symbol_scope | inline |
stash_subfunction_names(const std::list< std::string > &names) | symbol_scope | inline |
subfunction_names() const | symbol_scope | inline |
subfunctions() const | symbol_scope | inline |
symbol_list() const | symbol_scope | inline |
symbol_scope()=delete | symbol_scope | |
symbol_scope(const std::string &name) | symbol_scope | inline |
symbol_scope(const std::shared_ptr< symbol_scope_rep > new_rep) | symbol_scope | inline |
symbol_scope(const symbol_scope &)=default | symbol_scope | |
symbols() const | symbol_scope | inline |
symbols() | symbol_scope | inline |
unlock_subfunctions() | symbol_scope | inline |
update_nest() | symbol_scope | inline |
user_code() const | symbol_scope | inline |
~symbol_scope()=default | symbol_scope |