#include "ov-class.h"
Classes | |
class | exemplar_info |
Public Member Functions | |
octave_class () | |
octave_class (const octave_class &s) | |
octave_class (const octave_map &m, const std::string &id) | |
octave_class (const octave_map &m, const std::string &id, const octave_value_list &parents) | |
octave_class (const octave_map &m, const std::string &id, const std::list< std::string > &plist) | |
~octave_class ()=default | |
mxArray * | as_mxArray (bool interleaved) const |
void | assign (const std::string &k, const octave_value &rhs) |
void | break_closure_cycles (const std::shared_ptr< octave::stack_frame > &frame) |
std::size_t | byte_size () const |
std::string | class_name () const |
octave_base_value * | clone () const |
dim_vector | dims () const |
Cell | dotref (const octave_value_list &idx) |
octave_base_value * | empty_clone () const |
octave_base_value * | find_parent_class (const std::string &) |
octave::idx_vector | index_vector (bool require_integers=false) const |
bool | is_defined () const |
bool | is_instance_of (const std::string &) const |
bool | is_true () const |
bool | isobject () const |
bool | isstruct () const |
bool | load_ascii (std::istream &is) |
bool | load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt) |
bool | load_hdf5 (octave_hdf5_id loc_id, const char *name) |
string_vector | map_keys () const |
octave_map | map_value () const |
octave_idx_type | nfields () const |
std::size_t | nparents () const |
octave_idx_type | numel () const |
std::list< std::string > | parent_class_name_list () const |
string_vector | parent_class_names () const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
bool | reconstruct_exemplar () |
bool | reconstruct_parents () |
octave_value | reshape (const dim_vector &new_dims) const |
octave_value | resize (const dim_vector &dv, bool=false) const |
bool | save_ascii (std::ostream &os) |
bool | save_binary (std::ostream &os, bool save_as_floats) |
bool | save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats) |
Matrix | size () |
string_vector | string_vector_value (bool pad) const |
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
virtual octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
int | type_id () const |
std::string | type_name () const |
octave_value | undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
octave_base_value * | unique_clone () |
octave_base_value * | unique_parent_class (const std::string &) |
octave_idx_type | xnumel (const octave_value_list &) |
![]() | |
octave_base_value () | |
octave_base_value (const octave_base_value &) | |
virtual | ~octave_base_value ()=default |
virtual octave_value | all (int=0) const |
virtual octave_value | any (int=0) const |
virtual NDArray | array_value (bool=false) const |
virtual octave_value | as_double () const |
virtual octave_value | as_double_or_copy () |
virtual octave_value | as_int16 () const |
virtual octave_value | as_int32 () const |
virtual octave_value | as_int64 () const |
virtual octave_value | as_int8 () const |
virtual octave_value | as_single () const |
virtual octave_value | as_uint16 () const |
virtual octave_value | as_uint32 () const |
virtual octave_value | as_uint64 () const |
virtual octave_value | as_uint8 () const |
virtual boolNDArray | bool_array_value (bool=false) const |
virtual boolMatrix | bool_matrix_value (bool=false) const |
virtual bool | bool_value (bool=false) const |
virtual builtin_type_t | builtin_type () const |
virtual void | call_object_destructor () |
virtual Cell | cell_value () const |
virtual Array< std::string > | cellstr_value () const |
virtual charNDArray | char_array_value (bool=false) const |
virtual charMatrix | char_matrix_value (bool force=false) const |
virtual octave_classdef * | classdef_object_value (bool silent=false) |
octave_idx_type | columns () const |
virtual ComplexNDArray | complex_array_value (bool=false) const |
virtual ComplexDiagMatrix | complex_diag_matrix_value (bool=false) const |
virtual ComplexMatrix | complex_matrix_value (bool=false) const |
virtual Complex | complex_value (bool=false) const |
virtual void | convert_to_row_or_column_vector () |
virtual octave_value | convert_to_str (bool pad=false, bool force=false, char type='\'') const |
virtual octave_value | convert_to_str_internal (bool pad, bool force, char type) const |
virtual octave_value | diag (octave_idx_type k=0) const |
virtual octave_value | diag (octave_idx_type m, octave_idx_type n) const |
virtual DiagMatrix | diag_matrix_value (bool=false) const |
virtual octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
virtual double | double_value (bool=false) const |
virtual octave_value | dump () const |
virtual std::string | edit_display (const float_display_format &, octave_idx_type, octave_idx_type) const |
virtual void | erase_subfunctions () |
virtual octave_value | fast_elem_extract (octave_idx_type n) const |
virtual bool | fast_elem_insert (octave_idx_type n, const octave_value &x) |
virtual bool | fast_elem_insert_self (void *where, builtin_type_t btyp) const |
virtual octave_fcn_handle * | fcn_handle_value (bool silent=false) |
virtual FloatNDArray | float_array_value (bool=false) const |
virtual FloatComplexNDArray | float_complex_array_value (bool=false) const |
virtual FloatComplexDiagMatrix | float_complex_diag_matrix_value (bool=false) const |
virtual FloatComplexMatrix | float_complex_matrix_value (bool=false) const |
virtual FloatComplex | float_complex_value (bool=false) const |
virtual FloatDiagMatrix | float_diag_matrix_value (bool=false) const |
virtual FloatMatrix | float_matrix_value (bool=false) const |
virtual float | float_scalar_value (bool frc_str_conv=false) const |
virtual float | float_value (bool=false) const |
virtual octave_value | full_value () const |
virtual octave_function * | function_value (bool silent=false) |
virtual octave_function * | get_cached_fcn (const octave_value_list &) |
virtual octave_function * | get_cached_fcn (void *, void *) |
virtual float_display_format | get_edit_display_format () const |
virtual bool | has_function_cache () const |
virtual int16NDArray | int16_array_value () const |
virtual octave_int16 | int16_scalar_value () const |
virtual int32NDArray | int32_array_value () const |
virtual octave_int32 | int32_scalar_value () const |
virtual int64NDArray | int64_array_value () const |
virtual octave_int64 | int64_scalar_value () const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual int8NDArray | int8_array_value () const |
virtual octave_int8 | int8_scalar_value () const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args () const |
virtual bool | is_anonymous_function () const |
virtual bool | is_bool_matrix () const |
virtual bool | is_bool_scalar () const |
virtual bool | is_builtin_function () const |
virtual bool | is_char_matrix () const |
virtual bool | is_classdef_meta () const |
virtual bool | is_classdef_object () const |
virtual bool | is_classdef_superclass_ref () const |
virtual bool | is_complex_matrix () const |
virtual bool | is_complex_scalar () const |
virtual bool | is_constant () const |
virtual bool | is_cs_list () const |
virtual bool | is_diag_matrix () const |
virtual bool | is_dld_function () const |
virtual bool | is_double_type () const |
virtual bool | is_full_num_matrix () const |
virtual bool | is_function () const |
virtual bool | is_function_cache () const |
virtual bool | is_function_handle () const |
virtual bool | is_inline_function () const |
virtual bool | is_int16_type () const |
virtual bool | is_int32_type () const |
virtual bool | is_int64_type () const |
virtual bool | is_int8_type () const |
virtual bool | is_legacy_object () const |
virtual bool | is_magic_colon () const |
virtual bool | is_magic_int () const |
virtual bool | is_matrix_type () const |
virtual bool | is_maybe_function () const |
virtual bool | is_mex_function () const |
virtual bool | is_package () const |
virtual bool | is_perm_matrix () const |
virtual bool | is_range () const |
virtual bool | is_real_matrix () const |
virtual bool | is_real_scalar () const |
virtual bool | is_scalar_type () const |
virtual bool | is_single_type () const |
virtual sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
virtual bool | is_sq_string () const |
virtual bool | is_storable () const |
virtual bool | is_string () const |
virtual bool | is_uint16_type () const |
virtual bool | is_uint32_type () const |
virtual bool | is_uint64_type () const |
virtual bool | is_uint8_type () const |
virtual bool | is_user_code () const |
virtual bool | is_user_function () const |
virtual bool | is_user_script () const |
bool | is_zero_by_zero () const |
virtual bool | iscell () const |
virtual bool | iscellstr () const |
virtual bool | iscomplex () const |
bool | isempty () const |
virtual bool | isfield (const std::string &) const |
virtual bool | isfloat () const |
virtual bool | isinteger () const |
virtual bool | isjava () const |
virtual bool | islocked () const |
virtual bool | islogical () const |
virtual bool | isnull () const |
virtual bool | isnumeric () const |
virtual bool | isreal () const |
virtual sortmode | issorted (sortmode mode=UNSORTED) const |
virtual bool | issparse () const |
virtual octave_value_list | list_value () const |
virtual void | lock () |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_base_value * | make_storable_value () |
virtual octave_value | map (unary_mapper_t) const |
virtual MatrixType | matrix_type () const |
virtual MatrixType | matrix_type (const MatrixType &typ) const |
virtual Matrix | matrix_value (bool=false) const |
virtual void | maybe_call_dtor () |
virtual void | maybe_economize () |
virtual const void * | mex_get_data () const |
virtual const octave_idx_type * | mex_get_ir () const |
virtual const octave_idx_type * | mex_get_jc () const |
virtual int | ndims () const |
virtual int | nint_value (bool=false) const |
virtual octave_idx_type | nnz () const |
virtual type_conv_info | numeric_conversion_function () const |
virtual type_conv_info | numeric_demotion_function () const |
virtual octave_idx_type | nzmax () const |
virtual PermMatrix | perm_matrix_value () const |
virtual octave_value | permute (const Array< int > &vec, bool=false) const |
virtual bool | print_as_scalar () const |
virtual void | print_info (std::ostream &os, const std::string &prefix) const |
virtual bool | print_name_tag (std::ostream &os, const std::string &name) const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual octave::range< double > | range_value () const |
octave_idx_type | rows () const |
virtual octave_scalar_map | scalar_map_value () const |
virtual double | scalar_value (bool frc_str_conv=false) const |
virtual void | short_disp (std::ostream &os) const |
virtual short int | short_value (bool=false, bool=false) const |
virtual octave_value | simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs) |
virtual octave_value_list | simple_subsref (char type, octave_value_list &idx, int nargout) |
virtual octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
virtual Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
virtual SparseBoolMatrix | sparse_bool_matrix_value (bool=false) const |
virtual SparseComplexMatrix | sparse_complex_matrix_value (bool=false) const |
virtual SparseMatrix | sparse_matrix_value (bool=false) const |
virtual octave_value | squeeze () const |
virtual octave_value | storable_value () |
virtual std::string | string_value (bool force=false) const |
virtual octave_base_value * | try_narrowing_conversion () |
virtual uint16NDArray | uint16_array_value () const |
virtual octave_uint16 | uint16_scalar_value () const |
virtual uint32NDArray | uint32_array_value () const |
virtual octave_uint32 | uint32_scalar_value () const |
virtual uint64NDArray | uint64_array_value () const |
virtual octave_uint64 | uint64_scalar_value () const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual uint8NDArray | uint8_array_value () const |
virtual octave_uint8 | uint8_scalar_value () const |
virtual unsigned int | uint_value (bool=false, bool=false) const |
virtual unsigned long int | ulong_value (bool=false, bool=false) const |
virtual void | unlock () |
virtual octave_user_code * | user_code_value (bool silent=false) |
virtual octave_user_function * | user_function_value (bool silent=false) |
virtual octave_user_script * | user_script_value (bool silent=false) |
virtual unsigned short int | ushort_value (bool=false, bool=false) const |
virtual int | write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const |
virtual std::string | xstring_value () const |
Static Public Member Functions | |
static void | clear_exemplar_map () |
static octave_value | numeric_conv (const Cell &val, const std::string &type) |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
![]() | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
Static Public Attributes | |
static std::map< std::string, exemplar_info > | exemplar_map |
Additional Inherited Members | |
![]() | |
int | current_print_indent_level () const |
void | decrement_indent_level () const |
void | increment_indent_level () const |
void | indent (std::ostream &os) const |
void | newline (std::ostream &os) const |
octave_value | numeric_assign (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
void | reset () const |
void | reset_indent_level () const |
void | warn_load (const char *type) const |
void | warn_save (const char *type) const |
![]() | |
static const char * | get_umap_name (unary_mapper_t) |
![]() | |
octave::refcount< octave_idx_type > & | count |
octave::refcount< octave_idx_type > | m_count |
Definition at line 53 of file ov-class.h.
typedef std::map<std::string,exemplar_info>::const_iterator octave_class::exemplar_const_iterator |
Definition at line 297 of file ov-class.h.
typedef std::map<std::string,exemplar_info>::iterator octave_class::exemplar_iterator |
Definition at line 295 of file ov-class.h.
|
inline |
Definition at line 57 of file ov-class.h.
Referenced by is_true(), load_ascii(), load_binary(), load_hdf5(), save_ascii(), save_binary(), and save_hdf5().
|
inline |
Definition at line 62 of file ov-class.h.
|
inline |
Definition at line 67 of file ov-class.h.
octave_class::octave_class | ( | const octave_map & | m, |
const std::string & | id, | ||
const octave_value_list & | parents | ||
) |
Definition at line 75 of file ov-class.cc.
References octave_map::assign(), octave_value::class_name(), octave_map::dims(), octave_value::dims(), error(), find_parent_class(), octave_map::index(), octave_value::isobject(), octave_value_list::length(), octave_value::map_value(), octave_map::nfields(), octave_map::numel(), octave_value::numel(), octave_base_value::octave_value, octave_value::parent_class_name_list(), and octave_map::resize().
|
inline |
Definition at line 77 of file ov-class.h.
|
default |
Reimplemented from octave_base_value.
Definition at line 1702 of file ov-class.cc.
References err_wrong_type_arg(), and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 120 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 268 of file ov-class.cc.
References octave_map::contents(), octave_map::nfields(), and Array< T, Alloc >::numel().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 894 of file ov-class.cc.
References octave_value::byte_size(), octave_map::cbegin(), octave_map::cend(), octave_map::contents(), octave_map::key(), and octave_base_value::octave_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 226 of file ov-class.h.
Referenced by find_parent_class(), index_vector(), is_instance_of(), is_true(), print_raw(), save_ascii(), save_binary(), save_hdf5(), size(), string_vector_value(), subsref(), unique_parent_class(), and xnumel().
|
static |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 83 of file ov-class.h.
Referenced by unique_clone().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 135 of file ov-class.h.
Referenced by size().
Cell octave_class::dotref | ( | const octave_value_list & | idx | ) |
Definition at line 280 of file ov-class.cc.
References octave_map::contents(), octave_map::end(), error(), find_parent_class(), octave_value_list::length(), octave_base_value::map_value(), panic_if, and octave_map::seek().
Referenced by subsref().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 87 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 941 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_base_value::find_parent_class(), octave_value::internal_rep(), and octave_map::seek().
Referenced by octave_class(), and dotref().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 865 of file ov-class.cc.
References class_name(), error(), octave_value::function_value(), octave_value::is_defined(), isobject(), octave_base_value::octave_value, and octave_value::op_add.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 165 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1006 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_value::is_instance_of(), and octave_map::seek().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 913 of file ov-class.cc.
References octave_class(), class_name(), octave_value::function_value(), and octave_value::is_defined().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 169 of file ov-class.h.
Referenced by Fisobject(), and index_vector().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 167 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1249 of file ov-class.cc.
References octave_class(), octave_map::assign(), error(), extract_keyword(), octave_value::iscell(), len, read_text_data(), reconstruct_exemplar(), reconstruct_parents(), warning(), and octave_value::xcell_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1359 of file ov-class.cc.
References octave_class(), octave_map::assign(), error(), octave_value::iscell(), len, OCTAVE_LOCAL_BUFFER, read_binary_data(), reconstruct_exemplar(), reconstruct_parents(), swap_bytes< 4 >(), warning(), and octave_value::xcell_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1558 of file ov-class.cc.
References octave_class(), octave_map::assign(), hdf5_h5g_iterate(), octave_value::iscell(), hdf5_callback_data::name, octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, reconstruct_exemplar(), reconstruct_parents(), hdf5_callback_data::tc, octave_base_value::warn_load(), warning(), and octave_value::xcell_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 935 of file ov-class.cc.
References err_wrong_type_arg(), and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 173 of file ov-class.h.
Referenced by F__inline_ctor__(), reshape(), save_ascii(), save_binary(), and save_hdf5().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 147 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 149 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 141 of file ov-class.h.
References dim_vector::numel().
|
static |
Definition at line 543 of file ov-class.cc.
References octave_value::isstruct(), and Array< T, Alloc >::numel().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 177 of file ov-class.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 180 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1063 of file ov-class.cc.
References print_raw().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1069 of file ov-class.cc.
References class_name(), octave_base_value::indent(), and octave_base_value::newline().
Referenced by print().
bool octave_class::reconstruct_exemplar | ( | ) |
Definition at line 1080 of file ov-class.cc.
References exemplar_map, octave_value::function_value(), octave_function::is_class_constructor(), octave_value::is_defined(), octave_value::is_function(), octave_value_list::length(), ovl(), panic_unless, and warning().
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
bool octave_class::reconstruct_parents | ( | ) |
Definition at line 1159 of file ov-class.cc.
References octave_map::cbegin(), octave_map::cend(), octave_map::contains(), octave_map::contents(), exemplar_map, octave_map::key(), and octave_class::exemplar_info::parents().
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
|
static |
Definition at line 69 of file ov-class.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 151 of file ov-class.h.
References map_value(), and octave_map::reshape().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 158 of file ov-class.h.
References octave_map::resize().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1210 of file ov-class.cc.
References octave_class(), octave_map::begin(), class_name(), octave_map::contents(), octave_map::end(), octave_map::key(), map_value(), octave_map::nfields(), and save_text_data().
Reimplemented from octave_base_value.
Definition at line 1316 of file ov-class.cc.
References octave_class(), octave_map::begin(), class_name(), octave_map::contents(), octave_map::end(), octave_map::key(), len, map_value(), octave_map::nfields(), and save_binary_data().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1443 of file ov-class.cc.
References octave_class(), add_hdf5_data(), octave_map::begin(), class_name(), octave_map::contents(), octave_map::end(), octave_map::key(), map_value(), octave_H5P_DEFAULT, octave_H5S_ALL, and octave_base_value::warn_save().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 307 of file ov-class.cc.
References called_from_builtin(), class_name(), dims(), error(), octave_value::function_value(), octave_value::is_defined(), octave_base_value::is_matrix_type(), isvector(), octave_value_list::length(), octave_base_value::m_count, dim_vector::ndims(), Matrix::resize(), and octave_base_value::size().
|
inlinestatic |
Definition at line 230 of file ov-class.h.
|
inlinestatic |
Definition at line 228 of file ov-class.h.
|
inlinestatic |
Definition at line 229 of file ov-class.h.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1033 of file ov-class.cc.
References class_name(), error(), octave_value::function_value(), octave_value::is_defined(), octave_base_value::is_string(), octave_value_list::length(), and octave_base_value::octave_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 559 of file ov-class.cc.
References octave_base_value::m_count.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 344 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 106 of file ov-class.h.
References octave_value_list::length().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 353 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 348 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 385 of file ov-class.cc.
References called_from_builtin(), class_name(), dotref(), error(), octave_value::function_value(), Cell::index(), octave_map::index(), octave_value::is_defined(), octave_value_list::length(), octave_base_value::m_count, make_idx_args(), octave_map::numel(), Array< T, Alloc >::numel(), octave_base_value::octave_value, octave_value_list::slice(), type_name(), and xnumel().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 224 of file ov-class.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 225 of file ov-class.h.
Referenced by as_mxArray(), map_keys(), and subsref().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 568 of file ov-class.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 208 of file ov-class.cc.
References clone(), and octave_base_value::m_count.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 970 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_base_value::find_parent_class(), octave_value::internal_rep(), octave_value::make_unique(), octave_map::seek(), and octave_base_value::unique_parent_class().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 348 of file ov-class.cc.
References called_from_builtin(), class_name(), error(), octave_value::function_value(), octave_value::is_defined(), octave_base_value::is_scalar_type(), octave_value_list::length(), octave_base_value::m_count, octave_base_value::octave_value, and octave_base_value::xnumel().
Referenced by subsref().
|
static |
Definition at line 292 of file ov-class.h.
Referenced by clear_exemplar_map(), Fclass(), reconstruct_exemplar(), and reconstruct_parents().