symbol_table Member List

This is the complete list of members for symbol_table, including all inherited members.
add_dispatch(const std::string &name, const std::string &type, const std::string &fname)symbol_table [inline, static]
add_to_parent_map(const std::string &classname, const std::list< std::string > &parent_list)symbol_table [inline, static]
alias_built_in_function(const std::string &alias, const std::string &name)symbol_table [inline, static]
all_instancessymbol_table [private, static]
all_instances_const_iterator typedefsymbol_table [private]
all_instances_iterator typedefsymbol_table [private]
all_variables(scope_id scope=xcurrent_scope, context_id context=xcurrent_context, bool defined_only=true)symbol_table [inline, static]
alloc_scope(void)symbol_table [inline, static]
at_top_level(void)symbol_table [inline, static]
built_in_function_names(void)symbol_table [inline, static]
builtin_find(const std::string &name)symbol_table [static]
cache_name(scope_id scope, const std::string &name)symbol_table [inline, static]
class_precedence_tablesymbol_table [private, static]
class_precedence_table_const_iterator typedefsymbol_table [private]
class_precedence_table_iterator typedefsymbol_table [private]
cleanup(void)symbol_table [static]
clear(const std::string &name)symbol_table [inline, static]
clear_all(void)symbol_table [inline, static]
clear_dispatch(const std::string &name, const std::string &type)symbol_table [inline, static]
clear_dld_function(const std::string &name)symbol_table [inline, static]
clear_function(const std::string &name)symbol_table [inline, static]
clear_function_pattern(const std::string &pat)symbol_table [inline, static]
clear_functions(void)symbol_table [inline, static]
clear_global(const std::string &name)symbol_table [inline, static]
clear_global_pattern(const std::string &pat)symbol_table [inline, static]
clear_mex_functions(void)symbol_table [inline, static]
clear_objects(scope_id scope=xcurrent_scope)symbol_table [inline, static]
clear_symbol(const std::string &name)symbol_table [inline, static]
clear_symbol_pattern(const std::string &pat)symbol_table [inline, static]
clear_user_function(const std::string &name)symbol_table [inline, static]
clear_variable(const std::string &name)symbol_table [inline, static]
clear_variable_pattern(const std::string &pat)symbol_table [inline, static]
clear_variable_regexp(const std::string &pat)symbol_table [inline, static]
clear_variables(scope_id scope)symbol_table [inline, static]
clear_variables(void)symbol_table [inline, static]
cmdline_function_names(void)symbol_table [inline, static]
const_parent_map_iterator typedefsymbol_table [private]
context_id typedefsymbol_table
curr_fcnsymbol_table [private]
current_context(void)symbol_table [inline, static]
current_scope(void)symbol_table [inline, static]
do_all_variables(context_id context, bool defined_only) const symbol_table [inline, private]
do_builtin_find(const std::string &name)symbol_table [private]
do_cache_name(const std::string &name)symbol_table [inline, private]
do_clear_global(const std::string &name)symbol_table [inline, private]
do_clear_global_pattern(const std::string &pat)symbol_table [inline, private]
do_clear_objects(void)symbol_table [inline, private]
do_clear_variable(const std::string &name)symbol_table [inline, private]
do_clear_variable_pattern(const std::string &pat)symbol_table [inline, private]
do_clear_variable_regexp(const std::string &pat)symbol_table [inline, private]
do_clear_variables(void)symbol_table [inline, private]
do_dump(std::ostream &os)symbol_table [private]
do_dup_scope(symbol_table &new_symbol_table) const symbol_table [inline, private]
do_erase_persistent(const std::string &name)symbol_table [inline, private]
do_find(const std::string &name, const octave_value_list &args, bool skip_variables, bool local_funcs)symbol_table [private]
do_find_symbol(const std::string &name)symbol_table [inline, private]
do_force_variable(const std::string &name, context_id context)symbol_table [inline, private]
do_glob(const std::string &pattern, bool vars_only=false) const symbol_table [inline, private]
do_inherit(symbol_table &donor_table, context_id donor_context)symbol_table [inline, private]
do_insert(const std::string &name)symbol_table [inline, private]
do_is_global(const std::string &name) const symbol_table [inline, private]
do_is_local_variable(const std::string &name) const symbol_table [inline, private]
do_is_variable(const std::string &name) const symbol_table [inline, private]
do_mark_automatic(const std::string &name)symbol_table [inline, private]
do_mark_global(const std::string &name)symbol_table [inline, private]
do_mark_hidden(const std::string &name)symbol_table [inline, private]
do_persistent_varref(const std::string &name)symbol_table [inline, private]
do_persistent_varval(const std::string &name)symbol_table [inline, private]
do_pop_context(void)symbol_table [inline, private]
do_push_context(void)symbol_table [inline, private]
do_regexp(const std::string &pattern, bool vars_only=false) const symbol_table [inline, private]
do_unmark_forced_variables(void)symbol_table [inline, private]
do_variable_names(void)symbol_table [inline, private]
do_varref(const std::string &name, context_id context)symbol_table [inline, private]
do_varval(const std::string &name, context_id context) const symbol_table [inline, private]
dump(std::ostream &os, scope_id scope=xcurrent_scope)symbol_table [static]
dump_functions(std::ostream &os)symbol_table [static]
dump_global(std::ostream &os)symbol_table [static]
dup_scope(scope_id scope)symbol_table [inline, static]
erase_persistent(const std::string &name)symbol_table [inline, static]
erase_scope(scope_id scope)symbol_table [inline, static]
erase_subfunctions_in_scope(scope_id scope)symbol_table [inline, static]
fcn_tablesymbol_table [private, static]
fcn_table_const_iterator typedefsymbol_table [private]
fcn_table_iterator typedefsymbol_table [private]
find(const std::string &name, const octave_value_list &args=octave_value_list(), bool skip_variables=false, bool local_funcs=true)symbol_table [static]
find_autoload(const std::string &name)symbol_table [inline, static]
find_built_in_function(const std::string &name)symbol_table [inline, static]
find_function(const std::string &name, const octave_value_list &args=octave_value_list(), bool local_funcs=true)symbol_table [static]
find_method(const std::string &name, const std::string &dispatch_type)symbol_table [inline, static]
find_symbol(const std::string &name, scope_id scope=xcurrent_scope)symbol_table [inline, static]
find_user_function(const std::string &name)symbol_table [inline, static]
force_variable(const std::string &name, scope_id scope=xcurrent_scope, context_id context=xcurrent_context)symbol_table [inline, static]
free_scope(scope_id scope)symbol_table [inline, static]
get_curr_fcn(scope_id scope=xcurrent_scope)symbol_table [inline, static]
get_dispatch(const std::string &name)symbol_table [inline, static]
get_fcn_info(const std::string &name)symbol_table [inline, private, static]
get_instance(scope_id scope, bool create=true)symbol_table [inline, private, static]
glob(const std::string &pattern)symbol_table [inline, static]
glob_global_variables(const std::string &pattern)symbol_table [inline, static]
glob_variables(const std::string &pattern)symbol_table [inline, static]
glob_variables(const string_vector &patterns)symbol_table [inline, static]
global_scope(void)symbol_table [inline, static]
global_tablesymbol_table [private, static]
global_table_const_iterator typedefsymbol_table [private]
global_table_iterator typedefsymbol_table [private]
global_variable_names(void)symbol_table [inline, static]
global_varref(const std::string &name)symbol_table [inline, static]
global_varval(const std::string &name)symbol_table [inline, static]
help_for_dispatch(const std::string &name)symbol_table [inline, static]
inherit(scope_id scope, scope_id donor_scope, context_id donor_context)symbol_table [inline, static]
insert(const std::string &name)symbol_table [inline, static]
insert_symbol_record(const symbol_record &sr)symbol_table [inline, private]
install_built_in_function(const std::string &name, const octave_value &fcn)symbol_table [inline, static]
install_cmdline_function(const std::string &name, const octave_value &fcn)symbol_table [inline, static]
install_subfunction(const std::string &name, const octave_value &fcn, scope_id scope)symbol_table [inline, static]
install_user_function(const std::string &name, const octave_value &fcn)symbol_table [inline, static]
instancesymbol_table [private, static]
is_built_in_function_name(const std::string &name)symbol_table [inline, static]
is_global(const std::string &name)symbol_table [inline, static]
is_local_variable(const std::string &name)symbol_table [inline, static]
is_superiorto(const std::string &a, const std::string &b)symbol_table [static]
is_variable(const std::string &name)symbol_table [inline, static]
lock_subfunctions(scope_id scope=xcurrent_scope)symbol_table [inline, static]
mark_automatic(const std::string &name)symbol_table [inline, static]
mark_global(const std::string &name)symbol_table [inline, static]
mark_hidden(const std::string &name)symbol_table [inline, static]
mark_subfunctions_in_scope_as_private(scope_id scope, const std::string &class_name)symbol_table [inline, static]
operator=(const symbol_table &)symbol_table [private]
parent_classes(const std::string &dispatch_type)symbol_table [inline, static]
parent_mapsymbol_table [private, static]
parent_map_iterator typedefsymbol_table [private]
persistent_tablesymbol_table [private]
persistent_table_const_iterator typedefsymbol_table [private]
persistent_table_iterator typedefsymbol_table [private]
persistent_varref(const std::string &name)symbol_table [inline, static]
persistent_varval(const std::string &name)symbol_table [inline, static]
pop_context(void)symbol_table [inline, static]
pop_context(void *)symbol_table [inline, static]
print_dispatch(std::ostream &os, const std::string &name)symbol_table [inline, static]
push_context(void)symbol_table [inline, static]
regexp(const std::string &pattern)symbol_table [inline, static]
regexp_global_variables(const std::string &pattern)symbol_table [inline, static]
regexp_variables(const std::string &pattern)symbol_table [inline, static]
regexp_variables(const string_vector &patterns)symbol_table [inline, static]
scope_id typedefsymbol_table
scopes(void)symbol_table [inline, static]
set_class_relationship(const std::string &sup_class, const std::string &inf_class)symbol_table [static]
set_curr_fcn(octave_user_function *curr_fcn, scope_id scope=xcurrent_scope)symbol_table [inline, static]
set_scope(scope_id scope)symbol_table [inline, static]
set_scope_and_context(scope_id scope, context_id context)symbol_table [inline, static]
stash_dir_name_for_subfunctions(scope_id scope, const std::string &dir_name)symbol_table [static]
subfunctions_defined_in_scope(scope_id scope=xcurrent_scope)symbol_table [inline, private, static]
symbol_table(const symbol_table &)symbol_table [private]
symbol_table(void)symbol_table [inline, private]
tablesymbol_table [private]
table_const_iterator typedefsymbol_table [private]
table_iterator typedefsymbol_table [private]
table_namesymbol_table [private]
top_level_variable_names(void)symbol_table [inline, static]
top_level_varref(const std::string &name)symbol_table [inline, static]
top_level_varval(const std::string &name)symbol_table [inline, static]
top_scope(void)symbol_table [inline, static]
unlock_subfunctions(scope_id scope=xcurrent_scope)symbol_table [inline, static]
unmark_forced_variables(scope_id scope=xcurrent_scope)symbol_table [inline, static]
user_function_names(void)symbol_table [inline, static]
variable_names(void)symbol_table [inline, static]
varref(const std::string &name, scope_id scope=xcurrent_scope, context_id context=xcurrent_context)symbol_table [inline, static]
varval(const std::string &name, scope_id scope=xcurrent_scope, context_id context=xcurrent_context)symbol_table [inline, static]
xcurrent_contextsymbol_table [private, static]
xcurrent_scopesymbol_table [private, static]
xglobal_scopesymbol_table [private, static]
xtop_scopesymbol_table [private, static]
~symbol_table(void)symbol_table [inline, private]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines