GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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 |
|
inline |
Definition at line 225 of file oct-map.h.
Referenced by property_list::as_struct(), DEFUN(), DEFUN_DLD(), octave_errno::do_list(), do_load(), F__dispatch__(), Fgetrusage(), Flasterror(), Foctave_config_info(), Funame(), Fwarning(), base_properties::get_dynamic(), get_output_list(), make_sig_struct(), octave_fcn_inline::map_value(), symbol_info_list::map_value(), mk_gr_map(), mk_pw_map(), mk_stat_map(), mk_tm_map(), octave_config_features(), octregexp(), base_graphics_object::values_as_struct(), tree_evaluator::visit_try_catch_command(), and warning_query().
|
inline |
Definition at line 182 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size(), read_mat5_binary_element(), save_fields(), and base_graphics_object::values_as_struct().
|
inline |
Definition at line 211 of file oct-map.h.
Referenced by Ferror(), Flasterror(), and Frethrow().
|
inline |
Definition at line 192 of file oct-map.h.
Referenced by octave_scalar_struct::as_mxArray(), octave_scalar_struct::byte_size(), Foctave_config_info(), Frethrow(), Fwarning(), octave_scalar_struct::print_raw(), read_mat5_binary_element(), octave_scalar_struct::save_ascii(), octave_scalar_struct::save_binary(), save_fields(), octave_scalar_struct::save_hdf5(), and octave_scalar_struct::subsasgn().
|
inline |
|
inline |
|
inline |
octave_value octave_scalar_map::contents | ( | const std::string & | k | ) | const |
Definition at line 228 of file oct-map.cc.
References getfield().
octave_value & octave_scalar_map::contents | ( | const std::string & | k | ) |
Definition at line 234 of file oct-map.cc.
References octave_fields::getfield(), xkeys, and xvals.
|
inline |
|
inline |
Definition at line 183 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size(), read_mat5_binary_element(), save_fields(), octave_scalar_struct::subsasgn(), and base_graphics_object::values_as_struct().
|
inline |
Definition at line 214 of file oct-map.h.
Referenced by octave_scalar_struct::print_raw(), and octave_scalar_struct::save_hdf5().
octave_value octave_scalar_map::getfield | ( | const std::string & | key | ) | const |
Definition at line 161 of file oct-map.cc.
References octave_fields::getfield(), octave_value(), xkeys, and xvals.
Referenced by calculate_region(), contents(), DEFUN_DLD(), octave_scalar_struct::dotref(), Ferror(), Flasterror(), Fluinc(), intfield(), and stringfield().
|
inline |
|
inline |
Definition at line 208 of file oct-map.h.
Referenced by Foctave_config_info().
|
inline |
Definition at line 187 of file oct-map.h.
Referenced by octave_scalar_struct::byte_size(), read_mat5_binary_element(), and save_fields().
|
inline |
|
inline |
Definition at line 205 of file oct-map.h.
Referenced by octave_map::cat(), do_load(), Ferror(), octave_map::octave_map(), orderfields(), read_mat5_binary_element(), and octave_scalar_struct::save_hdf5().
|
inline |
octave_scalar_map octave_scalar_map::orderfields | ( | void | ) | const |
Definition at line 186 of file oct-map.cc.
Referenced by permute_to_correct_order1().
octave_scalar_map octave_scalar_map::orderfields | ( | Array< octave_idx_type > & | perm | ) | const |
Definition at line 193 of file oct-map.cc.
References nfields(), octave_fields::orderfields(), 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 206 of file oct-map.cc.
References octave_fields::equal_up_to_order(), error(), octave_fields::is_same(), nfields(), Array< T >::xelem(), xkeys, and xvals.
void octave_scalar_map::rmfield | ( | const std::string & | key | ) |
Definition at line 178 of file oct-map.cc.
References octave_fields::rmfield(), xkeys, and xvals.
|
inline |
Definition at line 185 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 168 of file oct-map.cc.
References octave_fields::getfield(), xkeys, and xvals.
Referenced by DEFUN(), DEFUN_DLD(), fill_exif(), fill_exif_floats(), fill_exif_ints(), Flasterror(), initialize_warning_options(), octave_scalar_struct::load_ascii(), octave_scalar_struct::load_binary(), octave_scalar_struct::load_hdf5(), octave_oncleanup::scalar_map_value(), and octave_scalar_struct::subsasgn().
|
friend |
|
private |
Definition at line 252 of file oct-map.h.
Referenced by octave_map::cat(), contents(), octave_map::fast_elem_insert(), getfield(), operator=(), orderfields(), rmfield(), and setfield().
|
private |
Definition at line 253 of file oct-map.h.
Referenced by contents(), octave_map::do_cat(), octave_map::extract_scalar(), octave_map::fast_elem_insert(), getfield(), octave_map::octave_map(), operator=(), orderfields(), rmfield(), and setfield().