#include "syminfo.h"
Public Member Functions | |
symbol_info (const std::string &name, const octave_value &value, bool is_formal, bool is_global, bool is_persistent) | |
void | display_line (std::ostream &os, const std::list< whos_parameter > ¶ms) const |
bool | is_complex (void) const |
bool | is_formal (void) const |
bool | is_global (void) const |
bool | is_persistent (void) const |
bool | is_sparse (void) const |
std::string | name (void) const |
octave_value | value (void) const |
Private Attributes | |
bool | m_is_complex |
bool | m_is_formal |
bool | m_is_global |
bool | m_is_persistent |
bool | m_is_sparse |
std::string | m_name |
octave_value | m_value |
|
inline |
void symbol_info::display_line | ( | std::ostream & | os, |
const std::list< whos_parameter > & | params | ||
) | const |
Definition at line 46 of file syminfo.cc.
References octave_value::byte_size(), octave_value::class_name(), whos_parameter::command, error(), whos_parameter::first_parameter_length, octave_value::get_dims_str(), left, m_is_complex, m_is_formal, m_is_global, m_is_persistent, m_is_sparse, m_name, m_value, whos_parameter::modifier, octave_value::numel(), whos_parameter::parameter_length, whos_parameter::text, and octave_value::type_name().
|
inline |
Definition at line 76 of file syminfo.h.
Referenced by load_save_system::do_save().
|
inline |
Definition at line 66 of file syminfo.h.
Referenced by load_save_system::do_save().
|
inline |
Definition at line 68 of file syminfo.h.
Referenced by load_save_system::do_save().
|
private |
Definition at line 86 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 88 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 89 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 90 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 87 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 84 of file syminfo.h.
Referenced by display_line().
|
private |
Definition at line 85 of file syminfo.h.
Referenced by display_line().