![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|

Public Member Functions | |
| symbol_info (const symbol_table::symbol_record &sr, const std::string &expr_str=std::string(), const octave_value &expr_val=octave_value()) | |
| void | display_line (std::ostream &os, const std::list< whos_parameter > ¶ms) const |
Public Attributes | |
| bool | is_automatic |
| bool | is_complex |
| bool | is_formal |
| bool | is_global |
| bool | is_persistent |
| std::string | name |
| octave_value | varval |
Definition at line 1056 of file variables.cc.
|
inline |
Definition at line 1058 of file variables.cc.
|
inline |
Definition at line 1070 of file variables.cc.
References whos_parameter::command, error(), whos_parameter::first_parameter_length, get_dims_str(), left, whos_parameter::modifier, whos_parameter::parameter_length, and whos_parameter::text.
| bool symbol_info_list::symbol_info::is_automatic |
Definition at line 1196 of file variables.cc.
| bool symbol_info_list::symbol_info::is_complex |
Definition at line 1197 of file variables.cc.
| bool symbol_info_list::symbol_info::is_formal |
Definition at line 1198 of file variables.cc.
| bool symbol_info_list::symbol_info::is_global |
Definition at line 1199 of file variables.cc.
Referenced by symbol_info_list::map_value().
| bool symbol_info_list::symbol_info::is_persistent |
Definition at line 1200 of file variables.cc.
Referenced by symbol_info_list::map_value().
| std::string symbol_info_list::symbol_info::name |
Definition at line 1194 of file variables.cc.
Referenced by symbol_info_list::map_value().
| octave_value symbol_info_list::symbol_info::varval |
Definition at line 1195 of file variables.cc.
Referenced by symbol_info_list::map_value().
1.8.1.2