GNU Octave
3.8.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 1097 of file symtab.h.
Referenced by symbol_table::add_dispatch().
|
inline |
Definition at line 994 of file symtab.h.
Referenced by symbol_table::do_builtin_find().
Definition at line 1090 of file symtab.h.
Referenced by symbol_table::clear_dld_function().
|
inline |
Definition at line 1102 of file symtab.h.
Referenced by symbol_table::clear_dispatch().
Definition at line 1095 of file symtab.h.
Referenced by symbol_table::clear_mex_functions().
Definition at line 1085 of file symtab.h.
Referenced by symbol_table::clear_dld_function(), and symbol_table::clear_user_function().
|
inline |
|
inline |
Definition at line 988 of file symtab.h.
Referenced by symbol_table::clear_dispatch(), symbol_table::do_find(), symbol_table::install_built_in_function(), and symbol_table::install_subfunction().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 999 of file symtab.h.
Referenced by symbol_table::find_method().
|
inline |
|
inline |
Definition at line 1115 of file symtab.h.
Referenced by symbol_table::get_dispatch().
|
inline |
Definition at line 1112 of file symtab.h.
Referenced by symbol_table::help_for_dispatch().
|
inline |
Definition at line 1078 of file symtab.h.
Referenced by symbol_table::alias_built_in_function(), and symbol_table::install_built_in_function().
|
inline |
Definition at line 1063 of file symtab.h.
Referenced by symbol_table::install_cmdline_function().
|
inline |
Definition at line 1068 of file symtab.h.
Referenced by symbol_table::install_subfunction().
|
inline |
Definition at line 1073 of file symtab.h.
Referenced by symbol_table::install_user_function().
Definition at line 968 of file symtab.h.
References symbol_table::fcn_info::fcn_info_rep::count, and rep.
|
inline |
Definition at line 1107 of file symtab.h.
Referenced by symbol_table::print_dispatch().
|
inline |
|
private |
Definition at line 1128 of file symtab.h.
Referenced by operator=().