#include "oct-map.h"
Public Types | |
typedef octave_fields::const_iterator | const_iterator |
typedef const_iterator | iterator |
Private Attributes | |
octave_fields | xkeys |
std::vector< octave_value > | xvals |
Friends | |
class | octave_map |
|
inline |
|
inline |
|
inline |
octave_scalar_map::octave_scalar_map | ( | const std::map< std::string, octave_value > & | m | ) |
Definition at line 169 of file oct-map.cc.
References octave_fields::getfield(), m, xkeys, and xvals.
|
inline |
Definition at line 238 of file oct-map.h.
Referenced by F__glpk__(), F__octave_config_info__(), Faudioinfo(), Fgetrusage(), Flasterror(), Fwarning(), get_output_list(), octave::load_save_system::load_vars(), octave::symbol_info_list::map_value(), octave::tree_evaluator::visit_try_catch_command(), octave::stack_frame::workspace(), and octave::anonymous_fcn_handle::workspace().
|
inline |
Definition at line 192 of file oct-map.h.
Referenced by read_mat5_binary_element().
|
inline |
Definition at line 195 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size().
|
inline |
Definition at line 196 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size().
|
inline |
Definition at line 224 of file oct-map.h.
References name.
Referenced by Flasterror(), and Frethrow().
octave_value & octave_scalar_map::contents | ( | const std::string & | k | ) |
Definition at line 254 of file oct-map.cc.
References octave_fields::getfield(), xkeys, and xvals.
octave_value octave_scalar_map::contents | ( | const std::string & | k | ) | const |
Definition at line 248 of file oct-map.cc.
References getfield().
|
inline |
Definition at line 205 of file oct-map.h.
Referenced by octave_scalar_struct::as_mxArray(), octave_scalar_struct::byte_size(), octave_scalar_struct::edit_display(), Frethrow(), Fwarning(), QtHandles::pan_enabled(), QtHandles::pan_mode(), octave_scalar_struct::print_raw(), read_mat5_binary_element(), octave_scalar_struct::save_ascii(), octave_scalar_struct::save_binary(), octave_scalar_struct::save_hdf5(), octave_scalar_struct::subsasgn(), QtHandles::zoom_enabled(), and QtHandles::zoom_mode().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 193 of file oct-map.h.
Referenced by read_mat5_binary_element(), and octave_scalar_struct::subsasgn().
|
inline |
Definition at line 227 of file oct-map.h.
Referenced by octave_scalar_struct::print_raw().
octave_value octave_scalar_map::getfield | ( | const std::string & | key | ) | const |
Definition at line 183 of file oct-map.cc.
References octave_fields::getfield(), octave_value(), xkeys, and xvals.
Referenced by image_region::image_region(), QtHandles::Canvas::canvasKeyPressEvent(), contents(), octave_scalar_struct::dotref(), QtHandles::BaseControl::eventFilter(), QtHandles::Table::eventFilter(), F__eigs__(), F__magick_formats__(), F__magick_read__(), F__magick_write__(), Famd(), Flasterror(), Fwarning(), and QtHandles::Figure::mouseMode().
|
inline |
|
inline |
|
inline |
Definition at line 200 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size(), and read_mat5_binary_element().
|
inline |
|
inline |
Definition at line 218 of file oct-map.h.
Referenced by octave_map::cat(), octave::load_save_system::load_vars(), orderfields(), and read_mat5_binary_element().
|
inline |
octave_scalar_map octave_scalar_map::orderfields | ( | Array< octave_idx_type > & | perm | ) | const |
Definition at line 215 of file oct-map.cc.
References nfields(), retval, Array< T >::xelem(), xkeys, and xvals.
octave_scalar_map octave_scalar_map::orderfields | ( | const octave_scalar_map & | other, |
Array< octave_idx_type > & | perm | ||
) | const |
Definition at line 228 of file oct-map.cc.
References octave_fields::equal_up_to_order(), error(), octave_fields::is_same(), nfields(), retval, Array< T >::xelem(), xkeys, and xvals.
octave_scalar_map octave_scalar_map::orderfields | ( | void | ) | const |
Definition at line 208 of file oct-map.cc.
Referenced by permute_to_correct_order1().
void octave_scalar_map::rmfield | ( | const std::string & | key | ) |
Definition at line 200 of file oct-map.cc.
References octave_fields::rmfield(), xkeys, and xvals.
|
inline |
Definition at line 198 of file oct-map.h.
Referenced by octave_scalar_struct::subsasgn().
void octave_scalar_map::setfield | ( | const std::string & | key, |
const octave_value & | val | ||
) |
Definition at line 190 of file oct-map.cc.
References octave_fields::getfield(), xkeys, and xvals.
Referenced by QtHandles::ButtonGroup::buttonClicked(), F__magick_finfo__(), F__magick_formats__(), F__magick_ping__(), Faudiodevinfo(), fill_exif(), fill_exif_floats(), fill_exif_ints(), Flasterror(), octave::init_warning_options(), QtHandles::Table::itemSelectionChanged(), QtHandles::Table::sendCellEditCallback(), and octave_scalar_struct::subsasgn().
|
friend |
|
private |
Definition at line 265 of file oct-map.h.
Referenced by octave_scalar_map(), octave_map::cat(), contents(), octave_map::fast_elem_insert(), getfield(), orderfields(), rmfield(), and setfield().
|
private |
Definition at line 266 of file oct-map.h.
Referenced by octave_scalar_map(), contents(), octave_map::do_cat(), octave_map::extract_scalar(), octave_map::fast_elem_insert(), getfield(), orderfields(), rmfield(), and setfield().