GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "symtab.h"
Classes | |
class | fcn_info_rep |
Public Types | |
typedef dispatch_map_type::const_iterator | dispatch_map_const_iterator |
typedef dispatch_map_type::iterator | dispatch_map_iterator |
typedef std::map< std::string, std::string > | dispatch_map_type |
typedef std::map< scope_id, octave_value >::const_iterator | scope_val_const_iterator |
typedef std::map< scope_id, octave_value >::iterator | scope_val_iterator |
typedef std::map< std::string, octave_value >::const_iterator | str_val_const_iterator |
typedef std::map< std::string, octave_value >::iterator | str_val_iterator |
Private Attributes | |
fcn_info_rep * | rep |
typedef dispatch_map_type::const_iterator symbol_table::fcn_info::dispatch_map_const_iterator |
typedef dispatch_map_type::iterator symbol_table::fcn_info::dispatch_map_iterator |
typedef std::map<std::string, std::string> symbol_table::fcn_info::dispatch_map_type |
typedef std::map<scope_id, octave_value>::const_iterator symbol_table::fcn_info::scope_val_const_iterator |
typedef std::map<scope_id, octave_value>::iterator symbol_table::fcn_info::scope_val_iterator |
typedef std::map<std::string, octave_value>::const_iterator symbol_table::fcn_info::str_val_const_iterator |
typedef std::map<std::string, octave_value>::iterator symbol_table::fcn_info::str_val_iterator |
|
inline |
|
inline |
|
inline |
Definition at line 1126 of file symtab.h.
Referenced by symbol_table::add_dispatch().
|
inline |
Definition at line 1023 of file symtab.h.
Referenced by symbol_table::do_builtin_find().
|
inline |
|
inline |
Definition at line 1119 of file symtab.h.
Referenced by symbol_table::clear_dld_function().
|
inline |
Definition at line 1131 of file symtab.h.
Referenced by symbol_table::clear_dispatch().
|
inline |
Definition at line 1124 of file symtab.h.
Referenced by symbol_table::clear_mex_functions().
|
inline |
Definition at line 1114 of file symtab.h.
Referenced by symbol_table::clear_dld_function(), and symbol_table::clear_user_function().
|
inline |
|
inline |
|
inline |
Definition at line 1017 of file symtab.h.
Referenced by symbol_table::do_find().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1028 of file symtab.h.
Referenced by symbol_table::find_method().
|
inline |
|
inline |
Definition at line 1144 of file symtab.h.
Referenced by symbol_table::get_dispatch().
|
inline |
Definition at line 1141 of file symtab.h.
Referenced by symbol_table::help_for_dispatch().
|
inline |
Definition at line 1107 of file symtab.h.
Referenced by symbol_table::alias_built_in_function(), and symbol_table::install_built_in_function().
|
inline |
Definition at line 1092 of file symtab.h.
Referenced by symbol_table::install_cmdline_function().
|
inline |
Definition at line 1097 of file symtab.h.
Referenced by symbol_table::install_subfunction().
|
inline |
Definition at line 1102 of file symtab.h.
Referenced by symbol_table::install_user_function().
|
inline |
|
inline |
|
inline |
Definition at line 997 of file symtab.h.
References symbol_table::fcn_info::fcn_info_rep::count, and rep.
|
inline |
Definition at line 1136 of file symtab.h.
Referenced by symbol_table::print_dispatch().
|
inline |
|
inline |
|
private |
Definition at line 1157 of file symtab.h.
Referenced by operator=().