GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
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_refcount< size_t > | count |
dispatch_map_type | dispatch_map |
octave_value | function_on_path |
std::string | name |
std::map< std::string, octave_value > | private_functions |
std::map< scope_id, octave_value > | subfunctions |
Private Member Functions | |
fcn_info_rep (const fcn_info_rep &) | |
fcn_info_rep & | operator= (const fcn_info_rep &) |
octave_value | x_builtin_find (void) |
octave_value | xfind (const octave_value_list &args, bool local_funcs) |
|
inline |
|
private |
|
inline |
octave_value symbol_table::fcn_info::fcn_info_rep::builtin_find | ( | void | ) |
Definition at line 815 of file symtab.cc.
References octave_value::is_defined(), and load_path::update().
|
inline |
|
inline |
void symbol_table::fcn_info::fcn_info_rep::dump | ( | std::ostream & | os, |
const std::string & | prefix | ||
) | const |
Definition at line 1069 of file symtab.cc.
References fcn_file_name().
octave_value symbol_table::fcn_info::fcn_info_rep::find | ( | const octave_value_list & | args, |
bool | local_funcs | ||
) |
Definition at line 619 of file symtab.cc.
References error_state, octave_value::is_defined(), and load_path::update().
octave_value symbol_table::fcn_info::fcn_info_rep::find_autoload | ( | void | ) |
Definition at line 959 of file symtab.cc.
References file_ops::dir_sep_chars(), load_fcn_from_file(), lookup_autoload(), octave_value(), and out_of_date_check().
|
inline |
octave_value symbol_table::fcn_info::fcn_info_rep::find_method | ( | const std::string & | dispatch_type | ) |
Definition at line 924 of file symtab.cc.
References octave_value::is_defined(), and out_of_date_check().
octave_value symbol_table::fcn_info::fcn_info_rep::find_user_function | ( | void | ) |
Definition at line 990 of file symtab.cc.
References error_state, load_path::find_fcn(), load_fcn_from_file(), octave_value(), and out_of_date_check().
|
inline |
std::string symbol_table::fcn_info::fcn_info_rep::help_for_dispatch | ( | void | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
octave_value symbol_table::fcn_info::fcn_info_rep::load_class_constructor | ( | void | ) |
Definition at line 380 of file symtab.cc.
References symbol_table::find_method(), load_fcn_from_file(), and octave_value().
octave_value symbol_table::fcn_info::fcn_info_rep::load_class_method | ( | const std::string & | dispatch_type | ) |
Definition at line 405 of file symtab.cc.
References symbol_table::find_method(), octave_value::is_defined(), octave_value::is_undefined(), load_fcn_from_file(), octave_value(), and symbol_table::parent_classes().
octave_value symbol_table::fcn_info::fcn_info_rep::load_private_function | ( | const std::string & | dir_name | ) |
Definition at line 344 of file symtab.cc.
References file_ops::dir_sep_chars(), load_path::find_private_fcn(), load_fcn_from_file(), octave_function::mark_as_private_function(), and octave_value().
void symbol_table::fcn_info::fcn_info_rep::mark_subfunction_in_scope_as_private | ( | scope_id | scope, |
const std::string & | class_name | ||
) |
Definition at line 459 of file symtab.cc.
References octave_base_value::function_value(), and octave_function::mark_as_private_function().
|
private |
void symbol_table::fcn_info::fcn_info_rep::print_dispatch | ( | std::ostream & | os | ) | const |
|
inline |
|
private |
Definition at line 834 of file symtab.cc.
References symbol_table::curr_fcn, octave_function::dir_name(), symbol_table::find_autoload(), symbol_table::find_user_function(), symbol_table::get_curr_fcn(), octave_value::is_defined(), octave_value(), out_of_date_check(), octave_user_function::parent_fcn_scope(), and symbol_table::xcurrent_scope.
|
private |
Definition at line 639 of file symtab.cc.
References symbol_table::curr_fcn, octave_function::dir_name(), octave_value_list::empty(), symbol_table::find_autoload(), symbol_table::find_function(), symbol_table::find_method(), symbol_table::find_user_function(), symbol_table::get_curr_fcn(), get_dispatch_type(), octave_value::is_defined(), out_of_date_check(), octave_user_function::parent_fcn_scope(), and symbol_table::xcurrent_scope.
octave_value symbol_table::fcn_info::fcn_info_rep::autoload_function |
octave_value symbol_table::fcn_info::fcn_info_rep::built_in_function |
std::map<std::string, octave_value> symbol_table::fcn_info::fcn_info_rep::class_constructors |
std::map<std::string, octave_value> symbol_table::fcn_info::fcn_info_rep::class_methods |
octave_value symbol_table::fcn_info::fcn_info_rep::cmdline_function |
octave_refcount<size_t> symbol_table::fcn_info::fcn_info_rep::count |
Definition at line 943 of file symtab.h.
Referenced by symbol_table::fcn_info::operator=().
dispatch_map_type symbol_table::fcn_info::fcn_info_rep::dispatch_map |
octave_value symbol_table::fcn_info::fcn_info_rep::function_on_path |
std::map<std::string, octave_value> symbol_table::fcn_info::fcn_info_rep::private_functions |
std::map<scope_id, octave_value> symbol_table::fcn_info::fcn_info_rep::subfunctions |