Public Attributes | |
octave_value | autoload_function |
octave_value | built_in_function |
std::map< std::string, octave_value > | class_constructors |
std::map< std::string, octave_value > | class_methods |
octave_value | cmdline_function |
octave_value | function_on_path |
std::map< std::string, octave_value > | local_functions |
std::string | name |
octave_value | package |
std::string | package_name |
std::map< std::string, octave_value > | private_functions |
Private Member Functions | |
octave_value | x_builtin_find (const symbol_scope &search_scope) |
octave_value | xfind (const symbol_scope &search_scope, const octave_value_list &args) |
Definition at line 52 of file fcn-info.h.
|
inline |
Definition at line 56 of file fcn-info.h.
References name, and package_name.
|
delete |
|
default |
octave_value octave::fcn_info::fcn_info_rep::builtin_find | ( | const symbol_scope & | search_scope | ) |
Definition at line 818 of file fcn-info.cc.
References octave::__get_current_scope__(), octave::__get_load_path__(), retval, and octave::load_path::update().
|
inline |
Definition at line 185 of file fcn-info.h.
References class_constructors, class_methods, clear_autoload_function(), clear_map(), clear_package(), clear_user_function(), local_functions, and private_functions.
|
inline |
Definition at line 155 of file fcn-info.h.
References autoload_function, octave_value::islocked(), and octave_value().
Referenced by clear(), and clear_user_function().
|
inline |
Definition at line 142 of file fcn-info.h.
Referenced by clear().
|
inline |
Definition at line 174 of file fcn-info.h.
References clear_user_function(), function_on_path, and octave_value::is_mex_function().
|
inline |
Definition at line 180 of file fcn-info.h.
Referenced by clear().
|
inline |
Definition at line 163 of file fcn-info.h.
References clear_autoload_function(), cmdline_function, function_on_path, octave_value::islocked(), and octave_value().
Referenced by clear(), and clear_mex_function().
octave_value octave::fcn_info::fcn_info_rep::dump | ( | void | ) | const |
Definition at line 1075 of file fcn-info.cc.
References octave_value::dump(), octave::dump_function_map(), m, and octave_value().
octave_value octave::fcn_info::fcn_info_rep::find | ( | const symbol_scope & | search_scope, |
const octave_value_list & | args | ||
) |
Definition at line 354 of file fcn-info.cc.
References octave::__get_current_scope__(), octave::__get_load_path__(), retval, and octave::load_path::update().
Referenced by find_function().
octave_value octave::fcn_info::fcn_info_rep::find_autoload | ( | void | ) |
Definition at line 973 of file fcn-info.cc.
References octave::__get_evaluator__(), octave::sys::file_ops::dir_sep_chars(), octave_value::is_defined(), octave::load_fcn_from_file(), octave::tree_evaluator::lookup_autoload(), name, octave_value(), and octave::out_of_date_check().
|
inline |
Definition at line 111 of file fcn-info.h.
References find().
octave_value octave::fcn_info::fcn_info_rep::find_method | ( | const octave_value_list & | args | ) |
Definition at line 707 of file fcn-info.cc.
References octave_value_list::empty(), octave::fcn_info::find_method(), octave::get_dispatch_type(), and octave_value().
octave_value octave::fcn_info::fcn_info_rep::find_method | ( | const std::string & | dispatch_type | ) |
Definition at line 938 of file fcn-info.cc.
References Array< T >::find(), octave_value::is_defined(), octave::out_of_date_check(), and retval.
octave_value octave::fcn_info::fcn_info_rep::find_package | ( | void | ) |
Definition at line 1036 of file fcn-info.cc.
References octave::__get_cdef_manager__().
octave_value octave::fcn_info::fcn_info_rep::find_private_function | ( | const std::string & | dir_name | ) |
Definition at line 671 of file fcn-info.cc.
References octave_value::is_defined(), octave_value(), and octave::out_of_date_check().
octave_value octave::fcn_info::fcn_info_rep::find_scoped_function | ( | const symbol_scope & | search_scope | ) |
Definition at line 628 of file fcn-info.cc.
References octave::symbol_scope::dir_name(), octave::symbol_scope::fcn_file_name(), octave::fcn_info::find_private_function(), octave::symbol_scope::find_subfunction(), octave_value::is_defined(), name, octave_value(), and r.
octave_value octave::fcn_info::fcn_info_rep::find_user_function | ( | void | ) |
Definition at line 1005 of file fcn-info.cc.
References octave::__get_load_path__(), octave::load_path::find_fcn(), octave_value::is_defined(), octave::load_fcn_from_file(), name, and octave::out_of_date_check().
|
inline |
Definition at line 199 of file fcn-info.h.
References name, and package_name.
void octave::fcn_info::fcn_info_rep::install_built_in_dispatch | ( | const std::string & | klass | ) |
Definition at line 1054 of file fcn-info.cc.
References error(), octave_base_value::function_value(), octave_function::handles_dispatch_class(), name, octave_function::push_dispatch_class(), and warning().
|
inline |
Definition at line 133 of file fcn-info.h.
References built_in_function, and octave::f().
|
inline |
Definition at line 117 of file fcn-info.h.
References cmdline_function, and octave::f().
|
inline |
Definition at line 122 of file fcn-info.h.
References octave::f(), and local_functions.
octave_value octave::fcn_info::fcn_info_rep::install_local_function | ( | const std::string & | file_name | ) |
|
inline |
Definition at line 128 of file fcn-info.h.
References octave::f(), and function_on_path.
|
inline |
Definition at line 106 of file fcn-info.h.
References function_on_path, and octave_value::is_defined().
octave_value octave::fcn_info::fcn_info_rep::load_class_constructor | ( | void | ) |
Definition at line 95 of file fcn-info.cc.
References octave::__get_load_path__(), octave::load_path::find_method(), octave::fcn_info::find_user_function(), octave_value::function_value(), octave_function::is_classdef_constructor(), octave_value::is_defined(), octave::load_fcn_from_file(), name, and retval.
octave_value octave::fcn_info::fcn_info_rep::load_class_method | ( | const std::string & | dispatch_type | ) |
Definition at line 154 of file fcn-info.cc.
References octave::__get_cdef_manager__(), octave::__get_load_path__(), octave::__get_symbol_table__(), octave::load_path::find_method(), octave::fcn_info::find_method(), octave::cdef_manager::find_method_symbol(), octave_base_value::function_value(), octave_value::function_value(), octave_function::handles_dispatch_class(), octave_function::is_class_method(), octave_value::is_defined(), octave::load_fcn_from_file(), name, octave::symbol_table::parent_classes(), and retval.
octave_value octave::fcn_info::fcn_info_rep::load_private_function | ( | const std::string & | dir_name | ) |
Definition at line 53 of file fcn-info.cc.
References octave::__get_load_path__(), octave::sys::canonicalize_file_name(), octave::sys::file_ops::dir_sep_chars(), octave::load_path::find_private_fcn(), octave_value::function_value(), octave_value::is_undefined(), octave::load_fcn_from_file(), octave_function::mark_as_private_function(), name, private_functions, and retval.
|
delete |
|
private |
Definition at line 843 of file fcn-info.cc.
References octave::symbol_scope::dir_name(), octave::symbol_scope::fcn_file_name(), octave::fcn_info::find_autoload(), octave::symbol_scope::find_subfunction(), octave::fcn_info::find_user_function(), octave_value::is_defined(), name, octave_value(), octave::out_of_date_check(), and r.
|
private |
Definition at line 720 of file fcn-info.cc.
References octave::fcn_info::find_autoload(), octave::fcn_info::find_method(), octave::fcn_info::find_scoped_function(), octave::fcn_info::find_user_function(), octave_value::is_defined(), name, and octave::out_of_date_check().
octave_value octave::fcn_info::fcn_info_rep::autoload_function |
Definition at line 225 of file fcn-info.h.
Referenced by clear_autoload_function().
octave_value octave::fcn_info::fcn_info_rep::built_in_function |
Definition at line 231 of file fcn-info.h.
Referenced by install_built_in_function().
std::map<std::string, octave_value> octave::fcn_info::fcn_info_rep::class_constructors |
Definition at line 218 of file fcn-info.h.
Referenced by clear().
std::map<std::string, octave_value> octave::fcn_info::fcn_info_rep::class_methods |
Definition at line 221 of file fcn-info.h.
Referenced by clear().
octave_value octave::fcn_info::fcn_info_rep::cmdline_function |
Definition at line 223 of file fcn-info.h.
Referenced by clear_user_function(), and install_cmdline_function().
octave_value octave::fcn_info::fcn_info_rep::function_on_path |
Definition at line 227 of file fcn-info.h.
Referenced by clear_mex_function(), clear_user_function(), install_user_function(), and is_user_function_defined().
std::map<std::string, octave_value> octave::fcn_info::fcn_info_rep::local_functions |
Definition at line 212 of file fcn-info.h.
Referenced by clear(), and install_local_function().
std::string octave::fcn_info::fcn_info_rep::name |
Definition at line 207 of file fcn-info.h.
Referenced by fcn_info_rep(), full_name(), and load_private_function().
octave_value octave::fcn_info::fcn_info_rep::package |
Definition at line 229 of file fcn-info.h.
std::string octave::fcn_info::fcn_info_rep::package_name |
Definition at line 209 of file fcn-info.h.
Referenced by fcn_info_rep(), and full_name().
std::map<std::string, octave_value> octave::fcn_info::fcn_info_rep::private_functions |
Definition at line 215 of file fcn-info.h.
Referenced by clear(), and load_private_function().