#include "ov-class.h"
Classes | |
class | exemplar_info |
Public Member Functions | |
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 (void) | |
~octave_class (void)=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 (void) const |
virtual octave_value | as_int16 (void) const |
virtual octave_value | as_int32 (void) const |
virtual octave_value | as_int64 (void) const |
virtual octave_value | as_int8 (void) const |
mxArray * | as_mxArray (void) const |
virtual octave_value | as_single (void) const |
virtual octave_value | as_uint16 (void) const |
virtual octave_value | as_uint32 (void) const |
virtual octave_value | as_uint64 (void) const |
virtual octave_value | as_uint8 (void) const |
void | assign (const std::string &k, const octave_value &rhs) |
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 (void) const |
size_t | byte_size (void) const |
virtual void | call_object_destructor (void) |
virtual Cell | cell_value (void) const |
virtual Array< std::string > | cellstr_value (void) const |
virtual charNDArray | char_array_value (bool=false) const |
virtual charMatrix | char_matrix_value (bool force=false) const |
std::string | class_name (void) const |
virtual octave_classdef * | classdef_object_value (bool silent=false) |
octave_base_value * | clone (void) const |
octave_idx_type | columns (void) 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 (void) |
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 |
dim_vector | dims (void) const |
virtual octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
Cell | dotref (const octave_value_list &idx) |
virtual double | double_value (bool=false) const |
virtual octave_value | dump (void) const |
virtual std::string | edit_display (const float_display_format &, octave_idx_type, octave_idx_type) const |
octave_base_value * | empty_clone (void) const |
virtual void | erase_subfunctions (void) |
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) |
octave_base_value * | find_parent_class (const std::string &) |
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 (void) const |
virtual octave_function * | function_value (bool silent=false) |
virtual float_display_format | get_edit_display_format (void) const |
void | grab (void) |
idx_vector | index_vector (bool require_integers=false) const |
virtual int16NDArray | int16_array_value (void) const |
virtual octave_int16 | int16_scalar_value (void) const |
virtual int32NDArray | int32_array_value (void) const |
virtual octave_int32 | int32_scalar_value (void) const |
virtual int64NDArray | int64_array_value (void) const |
virtual octave_int64 | int64_scalar_value (void) const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual int8NDArray | int8_array_value (void) const |
virtual octave_int8 | int8_scalar_value (void) const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args (void) const |
virtual bool | is_anonymous_function (void) const |
virtual bool | is_bool_matrix (void) const |
virtual bool | is_bool_scalar (void) const |
virtual bool | is_builtin_function (void) const |
virtual bool | is_char_matrix (void) const |
virtual bool | is_classdef_meta (void) const |
virtual bool | is_classdef_object (void) const |
virtual bool | is_classdef_superclass_ref (void) const |
virtual bool | is_complex_matrix (void) const |
virtual bool | is_complex_scalar (void) const |
virtual bool | is_constant (void) const |
virtual bool | is_cs_list (void) const |
bool | is_defined (void) const |
virtual bool | is_diag_matrix (void) const |
virtual bool | is_dld_function (void) const |
virtual bool | is_double_type (void) const |
virtual bool | is_function (void) const |
virtual bool | is_function_handle (void) const |
virtual bool | is_inline_function (void) const |
bool | is_instance_of (const std::string &) const |
virtual bool | is_int16_type (void) const |
virtual bool | is_int32_type (void) const |
virtual bool | is_int64_type (void) const |
virtual bool | is_int8_type (void) const |
virtual bool | is_magic_colon (void) const |
virtual bool | is_matrix_type (void) const |
virtual bool | is_mex_function (void) const |
virtual bool | is_package (void) const |
virtual bool | is_perm_matrix (void) const |
virtual bool | is_range (void) const |
virtual bool | is_real_matrix (void) const |
virtual bool | is_real_scalar (void) const |
virtual bool | is_scalar_type (void) const |
virtual bool | is_single_type (void) const |
virtual sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
virtual bool | is_sq_string (void) const |
virtual bool | is_string (void) const |
bool | is_true (void) const |
virtual bool | is_uint16_type (void) const |
virtual bool | is_uint32_type (void) const |
virtual bool | is_uint64_type (void) const |
virtual bool | is_uint8_type (void) const |
virtual bool | is_user_code (void) const |
virtual bool | is_user_function (void) const |
virtual bool | is_user_script (void) const |
bool | is_zero_by_zero (void) const |
virtual bool | iscell (void) const |
virtual bool | iscellstr (void) const |
virtual bool | iscomplex (void) const |
bool | isempty (void) const |
virtual bool | isfloat (void) const |
virtual bool | isinteger (void) const |
virtual bool | isjava (void) const |
virtual bool | islocked (void) const |
virtual bool | islogical (void) const |
virtual bool | isnull (void) const |
virtual bool | isnumeric (void) const |
bool | isobject (void) const |
virtual bool | isreal (void) const |
virtual sortmode | issorted (sortmode mode=UNSORTED) const |
virtual bool | issparse (void) const |
bool | isstruct (void) const |
virtual octave_value_list | list_value (void) 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) |
virtual void | lock (void) |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_value | map (unary_mapper_t) const |
string_vector | map_keys (void) const |
octave_map | map_value (void) const |
virtual MatrixType | matrix_type (const MatrixType &typ) const |
virtual MatrixType | matrix_type (void) const |
virtual Matrix | matrix_value (bool=false) const |
virtual void | maybe_economize (void) |
virtual void * | mex_get_data (void) const |
virtual octave_idx_type * | mex_get_ir (void) const |
virtual octave_idx_type * | mex_get_jc (void) const |
virtual int | ndims (void) const |
octave_idx_type | nfields (void) const |
virtual int | nint_value (bool=false) const |
virtual octave_idx_type | nnz (void) const |
size_t | nparents (void) const |
octave_idx_type | numel (void) const |
virtual type_conv_info | numeric_conversion_function (void) const |
virtual type_conv_info | numeric_demotion_function (void) const |
virtual octave_idx_type | nzmax (void) const |
std::list< std::string > | parent_class_name_list (void) const |
string_vector | parent_class_names (void) const |
virtual PermMatrix | perm_matrix_value (void) const |
virtual octave_value | permute (const Array< int > &vec, bool=false) const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
virtual bool | print_as_scalar (void) 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 |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual Range | range_value (void) const |
bool | reconstruct_exemplar (void) |
bool | reconstruct_parents (void) |
void | release (void) |
octave_value | reshape (const dim_vector &new_dims) const |
octave_value | resize (const dim_vector &dv, bool=false) const |
octave_idx_type | rows (void) 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) |
virtual octave_scalar_map | scalar_map_value (void) 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 |
Matrix | size (void) |
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 (void) const |
virtual std::string | string_value (bool force=false) const |
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 | 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) |
virtual octave_base_value * | try_narrowing_conversion (void) |
int | type_id (void) const |
std::string | type_name (void) const |
virtual uint16NDArray | uint16_array_value (void) const |
virtual octave_uint16 | uint16_scalar_value (void) const |
virtual uint32NDArray | uint32_array_value (void) const |
virtual octave_uint32 | uint32_scalar_value (void) const |
virtual uint64NDArray | uint64_array_value (void) const |
virtual octave_uint64 | uint64_scalar_value (void) const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual uint8NDArray | uint8_array_value (void) const |
virtual octave_uint8 | uint8_scalar_value (void) const |
virtual unsigned int | uint_value (bool=false, bool=false) const |
virtual unsigned long int | ulong_value (bool=false, bool=false) 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 (void) |
octave_base_value * | unique_parent_class (const std::string &) |
virtual void | unlock (void) |
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 |
octave_idx_type | xnumel (const octave_value_list &) |
virtual std::string | xstring_value () const |
Static Public Member Functions | |
static void | clear_exemplar_map (void) |
static octave_value | numeric_conv (const Cell &val, const std::string &type) |
static void | register_type (octave::type_info &) |
static void | register_type (void) |
static std::string | static_class_name (void) |
static int | static_type_id (void) |
static std::string | static_type_name (void) |
Static Public Attributes | |
static std::map< std::string, exemplar_info > | exemplar_map |
Protected Member Functions | |
int | current_print_indent_level (void) const |
void | decrement_indent_level (void) const |
void | increment_indent_level (void) 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 (void) const |
void | reset_indent_level (void) const |
void | warn_load (const char *type) const |
void | warn_save (const char *type) const |
Static Protected Member Functions | |
static const char * | get_umap_name (unary_mapper_t) |
Protected Attributes | |
octave::refcount< octave_idx_type > | count |
Private Member Functions | |
std::string | get_current_method_class (void) |
bool | in_class_method (void) |
octave_value | subsasgn_common (const octave_value &obj, const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
void | wrong_type_arg_error (void) const |
Private Attributes | |
std::string | c_name |
octave_map | map |
int | obsolete_copies |
std::list< std::string > | parent_list |
Static Private Attributes | |
static bool | beginning_of_line = true |
static int | curr_print_indent_level = 0 |
static int | t_id |
static const std::string | t_name |
Definition at line 52 of file ov-class.h.
typedef std::map<std::string, exemplar_info>::const_iterator octave_class::exemplar_const_iterator |
Definition at line 287 of file ov-class.h.
typedef std::map<std::string, exemplar_info>::iterator octave_class::exemplar_iterator |
Definition at line 285 of file ov-class.h.
|
inherited |
|
inherited |
|
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 76 of file ov-class.cc.
References octave::__get_symbol_table__(), octave::symbol_table::add_to_parent_map(), 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(), map, octave_value::map_value(), n, octave_map::nfields(), octave_map::numel(), octave_value::numel(), octave_base_value::octave_value, octave_value::parent_class_name_list(), parent_list, and octave_map::resize().
|
inline |
Definition at line 76 of file ov-class.h.
|
default |
|
virtualinherited |
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 365 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar, octave_float_complex, octave_float_scalar, octave_complex, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 371 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 553 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave::octave_jit_cast_matrix_any().
|
virtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex_diag_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 125 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 143 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 149 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 155 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 137 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1641 of file ov-class.cc.
References err_wrong_type_arg(), and type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex_diag_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 131 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 167 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 173 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 179 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 161 of file ov-base.cc.
References err_invalid_conversion(), and octave_base_value::type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 116 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 616 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_conv_and_assign().
|
virtualinherited |
Reimplemented in octave_bool, octave_sparse_bool_matrix, and octave_bool_matrix.
Definition at line 610 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_assign(), and oct_catop_sbm_bm().
|
virtualinherited |
Reimplemented in octave_bool, octave_scalar, octave_uint64_scalar, octave_float_complex, octave_float_scalar, and octave_complex.
Definition at line 604 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_assignop_assign(), oct_assignop_conv_and_assign(), and oct_catop_sbm_b().
|
inlinevirtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_scalar, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_float_scalar, octave_fcn_handle, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex_diag_matrix, octave_complex, octave_char_matrix, octave_cell, octave_bool, octave_sparse_bool_matrix, and octave_bool_matrix.
Definition at line 413 of file ov-base.h.
References btyp_unknown.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 846 of file ov-class.cc.
References octave_value::byte_size(), octave_map::cbegin(), octave_map::cend(), octave_map::contents(), octave_map::key(), map, octave_base_value::octave_value, and retval.
|
inlinevirtualinherited |
Reimplemented in octave_oncleanup.
|
virtualinherited |
Reimplemented in octave_cell.
Definition at line 535 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, and octave_cell.
Definition at line 809 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_complex_matrix, octave_sparse_complex_matrix, octave_complex_matrix, and octave_lazy_index.
Definition at line 630 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_char_matrix.
Definition at line 622 of file ov-base.cc.
References octave_value::char_matrix_value(), and octave_base_value::convert_to_str().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 216 of file ov-class.h.
Referenced by find_parent_class(), get_current_method_class(), in_class_method(), index_vector(), is_instance_of(), is_true(), oct_unop_default(), print_raw(), reconstruct_parents(), save_ascii(), save_binary(), save_hdf5(), size(), string_vector_value(), subsasgn_common(), subsref(), unique_parent_class(), and xnumel().
|
virtualinherited |
Reimplemented in octave_classdef.
Definition at line 863 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
static |
Definition at line 1099 of file ov-class.cc.
References exemplar_map.
Referenced by do_matlab_compatible_clear(), and Fclear().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 82 of file ov-class.h.
Referenced by unique_clone().
|
inlineinherited |
Definition at line 325 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), octave_bool_matrix::complex_value(), octave_sparse_bool_matrix::complex_value(), octave_char_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_float_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_bool_matrix::double_value(), octave_char_matrix::double_value(), octave_complex_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_bool_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_float_complex_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_bool_matrix::float_value(), octave_char_matrix::float_value(), octave_complex_matrix::float_value(), octave_float_complex_matrix::float_value(), octave::tm_const::generic_concat(), octave_char_matrix::int64_scalar_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), octave_cell::print_raw(), octave_bool_matrix::save_ascii(), octave_cell::save_ascii(), octave_complex_matrix::save_ascii(), octave_float_complex_matrix::save_ascii(), octave_float_matrix::save_ascii(), octave_matrix::save_ascii(), and octave_char_matrix::uint64_scalar_value().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 591 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_float_diag_matrix, octave_float_complex_diag_matrix, and octave_complex_diag_matrix.
Definition at line 669 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_scm_cdm(), oct_binop_add_sm_cdm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_sm_cdm(), oct_binop_ldiv(), oct_binop_mul_scm_cdm(), oct_binop_mul_sm_cdm(), oct_binop_sub_scm_cdm(), and oct_binop_sub_sm_cdm().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 577 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 565 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave::octave_jit_cast_complex_any().
|
virtualinherited |
Definition at line 396 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 377 of file ov-base.cc.
References octave_base_value::convert_to_str_internal(), octave_base_value::isnumeric(), retval, octave_base_value::type_name(), and warn_implicit_conversion().
Referenced by octave_base_value::char_matrix_value(), octave_float_scalar::map(), octave_float_matrix::map(), octave_matrix::map(), octave_scalar::map(), octave_base_value::string_value(), and octave_base_value::string_vector_value().
|
virtualinherited |
Reimplemented in octave_char_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< octave_uint64 > >, octave_cell, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_java, octave_float_matrix, octave_float_scalar, octave_fcn_handle, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 389 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_base_value::convert_to_str().
|
inlineprotectedinherited |
Definition at line 847 of file ov-base.h.
Referenced by octave_bool_matrix::print_raw(), octave_char_matrix::print_raw(), octave_complex_matrix::print_raw(), octave_fcn_handle::print_raw(), octave_float_complex_matrix::print_raw(), octave_float_matrix::print_raw(), octave_perm_matrix::print_raw(), octave_range::print_raw(), octave_matrix::print_raw(), and octave_char_matrix_str::print_raw().
|
inlineprotectedinherited |
Definition at line 844 of file ov-base.h.
Referenced by octave_cell::print_raw(), octave_classdef::print_raw(), octave_struct::print_raw(), and octave_scalar_struct::print_raw().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_char_matrix_str, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_complex_matrix, octave_complex_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 974 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, and octave_base_matrix< boolNDArray >.
Definition at line 980 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_float_diag_matrix, octave_float_complex_diag_matrix, and octave_complex_diag_matrix.
Definition at line 656 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_scm_dm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_dm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_dm(), oct_binop_sub_scm_dm(), and oct_binop_sub_sm_dm().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 129 of file ov-class.h.
Referenced by size(), and subsasgn_common().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_char_matrix_sq_str, octave_char_matrix_str, octave_scalar, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_float_complex, octave_float_scalar, octave_complex, octave_bool, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 226 of file ov-base.cc.
References error(), and octave_base_value::type_name().
Cell octave_class::dotref | ( | const octave_value_list & | idx | ) |
Definition at line 270 of file ov-class.cc.
References octave_map::contents(), octave_map::end(), error(), find_parent_class(), get_current_method_class(), octave_value_list::length(), map, octave_base_value::map_value(), and octave_map::seek().
Referenced by subsref().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 523 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave::octave_jit_cast_scalar_any().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_user_code.
Definition at line 1132 of file ov-base.cc.
References dim_vector::as_array(), octave_base_value::class_name(), octave_base_value::dims(), m, octave_base_value::octave_value, and octave_base_value::type_name().
|
inlinevirtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_char_matrix_str, octave_range, octave_perm_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< octave_uint64 > >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 86 of file ov-class.h.
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
|
virtualinherited |
Reimplemented in octave_struct, octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 1338 of file ov-base.cc.
References octave_base_value::octave_value.
|
virtualinherited |
Reimplemented in octave_struct, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, and octave_base_matrix< boolNDArray >.
Definition at line 1344 of file ov-base.cc.
Referenced by octave::textscan::scan_one().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_scalar, octave_float_scalar, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 1350 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_fcn_handle.
Definition at line 909 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 892 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_base_value::find_parent_class(), octave_value::internal_rep(), map, parent_list, retval, and octave_map::seek().
Referenced by octave_class(), dotref(), and in_class_method().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex, octave_float_scalar, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 559 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 597 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_float_diag_matrix, octave_float_complex_diag_matrix, and octave_complex_diag_matrix.
Definition at line 676 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 584 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 571 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_float_diag_matrix, octave_float_complex_diag_matrix, and octave_complex_diag_matrix.
Definition at line 662 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 547 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_uint64_matrix, octave_float_scalar, octave_bool, octave_range, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_complex_matrix, octave_complex, and octave_char_matrix.
Definition at line 508 of file ov-base.h.
References octave_value::float_value().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 529 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 119 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_user_function, octave_user_script, octave_mex_function, octave_fcn_handle, octave_classdef_superclass_ref, octave_classdef_meta, octave_builtin, and octave_inline.
Definition at line 873 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_fcn_handle::function_value(), octave::cdef_method::cdef_method_rep::get_doc_string(), octave::fcn_info::fcn_info_rep::install_built_in_dispatch(), octave::fcn_info::fcn_info_rep::load_class_method(), octave::symbol_scope_rep::mark_subfunctions_in_scope_as_private(), and octave::out_of_date_check().
|
private |
Definition at line 228 of file ov-class.cc.
References octave::__get_evaluator__(), class_name(), octave::tree_evaluator::current_function(), octave_function::dispatch_class(), octave_function::is_class_constructor(), octave_function::is_class_method(), nparents(), and retval.
Referenced by dotref(), and subsasgn_common().
|
virtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 449 of file ov-base.cc.
|
staticprotectedinherited |
Definition at line 1017 of file ov-base.cc.
References octave_base_value::num_unary_mappers.
Referenced by octave_char_matrix::map(), and octave_base_value::map().
|
inlineinherited |
Definition at line 817 of file ov-base.h.
Referenced by octave::jit_function_info::execute(), octave::jit_info::execute(), octave::octave_jit_binary_any_any(), octave::octave_jit_call(), octave::octave_jit_cast_any_matrix(), octave::octave_jit_cast_any_range(), octave::octave_jit_create_undef(), and octave::octave_jit_grab_any().
|
private |
Definition at line 1647 of file ov-class.cc.
References octave::__get_evaluator__(), class_name(), octave::tree_evaluator::current_function(), octave_function::dispatch_class(), find_parent_class(), octave_function::is_anonymous_function_of_class(), octave_function::is_class_constructor(), octave_function::is_class_method(), and octave_function::is_private_function_of_class().
Referenced by size(), subsasgn_common(), subsref(), and xnumel().
|
inlineprotectedinherited |
Definition at line 841 of file ov-base.h.
Referenced by octave_cell::print_raw(), octave_classdef::print_raw(), octave_struct::print_raw(), and octave_scalar_struct::print_raw().
|
protectedinherited |
Definition at line 1302 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
Referenced by octave_magic_colon::print(), octave_base_value::print_name_tag(), octave_cell::print_name_tag(), octave_range::print_name_tag(), octave_struct::print_name_tag(), octave_scalar_struct::print_name_tag(), octave_cell::print_raw(), print_raw(), octave_classdef::print_raw(), octave_struct::print_raw(), and octave_scalar_struct::print_raw().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 818 of file ov-class.cc.
References octave::__get_symbol_table__(), c_name, class_name(), do_binary_op(), error(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), octave_value::index_vector(), octave_value::is_defined(), isobject(), map, octave_base_value::octave_value, octave_value::op_add, and parent_list.
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 743 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 695 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 749 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 701 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 755 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, octave_bool, and octave_char_matrix.
Definition at line 707 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 499 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 737 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 689 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 493 of file ov-base.cc.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
Definition at line 463 of file ov-base.h.
Referenced by octave::stack_frame::fcn_name(), and octave::out_of_date_check().
|
inlinevirtualinherited |
Reimplemented in octave_sparse_bool_matrix, and octave_bool_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_bool.
|
inlinevirtualinherited |
Reimplemented in octave_mex_function, octave_dld_function, and octave_builtin.
Definition at line 475 of file ov-base.h.
Referenced by octave::tree_evaluator::mlock(), and octave::tree_evaluator::munlock().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_classdef_meta.
|
inlinevirtualinherited |
Reimplemented in octave_classdef.
|
inlinevirtualinherited |
Reimplemented in octave_classdef_superclass_ref.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_float_complex, and octave_complex.
|
inlinevirtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_range, octave_perm_matrix, octave_lazy_index, octave_java, octave_cs_list, octave_magic_colon, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
|
inlinevirtualinherited |
Reimplemented in octave_cs_list.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 159 of file ov-class.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_dld_function.
Definition at line 477 of file ov-base.h.
Referenced by get_current_shlib().
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_function.
|
inlinevirtualinherited |
Reimplemented in octave_fcn_handle.
|
inlinevirtualinherited |
Reimplemented in octave_user_function, and octave_inline.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 957 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_value::is_instance_of(), map, parent_list, retval, and octave_map::seek().
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_magic_colon.
Definition at line 405 of file ov-base.h.
Referenced by octave_cell::subsasgn(), and octave_struct::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 449 of file ov-base.h.
Referenced by size(), and octave_classdef::size().
|
inlinevirtualinherited |
Reimplemented in octave_mex_function.
Definition at line 479 of file ov-base.h.
Referenced by get_current_shlib().
|
inlinevirtualinherited |
Reimplemented in octave_classdef_meta.
|
inlinevirtualinherited |
Reimplemented in octave_perm_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_range.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_float_scalar, octave_bool, octave_base_int_scalar< T >, and octave_base_int_scalar< octave_uint64 >.
|
inlinevirtualinherited |
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 447 of file ov-base.h.
Referenced by xnumel(), and octave_classdef::xnumel().
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 1011 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_sq_str.
Definition at line 385 of file ov-base.h.
Referenced by octave_char_matrix_str::edit_display(), and octave_char_matrix_str::resize().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 383 of file ov-base.h.
Referenced by string_vector_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 865 of file ov-class.cc.
References octave_class(), octave::__get_symbol_table__(), class_name(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), octave_value::is_defined(), and retval.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_uint64_scalar, and octave_uint64_matrix.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_user_code.
Definition at line 473 of file ov-base.h.
Referenced by octave::tree_evaluator::echo_code(), octave::call_stack::get_new_frame_index_and_links(), and octave::tree_evaluator::maybe_set_echo_state().
|
inlinevirtualinherited |
Reimplemented in octave_user_function.
Definition at line 471 of file ov-base.h.
Referenced by octave::find_fcn_by_line(), and octave::tree_evaluator::maybe_set_echo_state().
|
inlinevirtualinherited |
Reimplemented in octave_user_script.
|
inlineinherited |
Definition at line 359 of file ov-base.h.
References octave_value::dims(), and dim_vector::zero_by_zero().
Referenced by octave_char_matrix_str::edit_display().
|
inlinevirtualinherited |
Reimplemented in octave_cell.
|
inlinevirtualinherited |
Reimplemented in octave_cell.
|
inlinevirtualinherited |
|
inlineinherited |
Definition at line 357 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_complex_matrix::complex_value(), octave_struct::dotref(), octave_sparse_bool_matrix::double_value(), octave_sparse_complex_matrix::double_value(), octave_float_matrix::double_value(), octave_perm_matrix::double_value(), octave_matrix::double_value(), octave_sparse_matrix::double_value(), octave_float_matrix::float_value(), octave_perm_matrix::float_value(), octave_matrix::float_value(), octave_cell::print_name_tag(), octave_base_value::subsasgn(), and octave_cell::subsasgn().
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex_diag_matrix, and octave_complex.
|
inlinevirtualinherited |
Reimplemented in octave_uint64_scalar, and octave_uint64_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_java.
|
inlinevirtualinherited |
Reimplemented in octave_function.
|
inlinevirtualinherited |
Reimplemented in octave_bool, octave_sparse_bool_matrix, and octave_bool_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_null_sq_str, octave_null_str, and octave_null_matrix.
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str, octave_range, octave_perm_matrix, octave_lazy_index, octave_cell, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 451 of file ov-base.h.
Referenced by octave_base_value::convert_to_str(), and octave_base_value::subsasgn().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 163 of file ov-class.h.
Referenced by Fisobject(), index_vector(), and reconstruct_parents().
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_scalar, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Reimplemented in octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 999 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
inlinevirtualinherited |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 161 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_cs_list, and octave_cell.
Definition at line 918 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1199 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), c_name, error(), extract_keyword(), octave::feval(), octave::load_path::find_method(), octave_value::iscell(), len, m, map, panic_impossible, read_text_data(), reconstruct_exemplar(), reconstruct_parents(), warning(), and octave_value::xcell_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1305 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), c_name, octave::feval(), octave::load_path::find_method(), octave_value::iscell(), len, m, map, OCTAVE_LOCAL_BUFFER, panic_impossible, 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 1499 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), c_name, octave::feval(), octave::load_path::find_method(), hdf5_h5g_iterate(), octave_value::iscell(), m, map, name, hdf5_callback_data::name, octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, reconstruct_exemplar(), reconstruct_parents(), retval, hdf5_callback_data::tc, octave_base_value::warn_load(), warning(), and octave_value::xcell_value().
|
virtualinherited |
Reimplemented in octave_function.
Definition at line 1120 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 496 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex_diag_matrix, octave_complex, octave_char_matrix, octave_cell, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1114 of file ov-base.cc.
References error(), octave_base_value::get_umap_name(), and octave_base_value::type_name().
Referenced by octave_cell::map(), octave_complex::map(), octave_complex_matrix::map(), octave_float_scalar::map(), octave_float_complex::map(), octave_float_complex_matrix::map(), octave_float_matrix::map(), octave_matrix::map(), and octave_scalar::map().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 886 of file ov-class.cc.
References err_wrong_type_arg(), and type_name().
Referenced by octave_inline::empty_clone().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 167 of file ov-class.h.
Referenced by F__inline_ctor__(), oct_unop_default(), save_ascii(), save_binary(), and save_hdf5().
|
virtualinherited |
Reimplemented in octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_perm_matrix, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 359 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 353 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 541 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
inlinevirtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, and octave_base_matrix< boolNDArray >.
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_char_matrix, octave_cell, octave_bool_matrix, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, and octave_base_matrix< boolNDArray >.
Definition at line 332 of file ov-base.h.
References octave_value::dims(), and dim_vector::ndims().
Referenced by oct_unop_transpose().
|
protectedinherited |
Definition at line 1321 of file ov-base.cc.
References octave_base_value::beginning_of_line.
Referenced by octave_fcn_handle::print(), octave_oncleanup::print(), octave_perm_matrix::print(), octave_range::print(), octave_base_value::print_name_tag(), octave_cell::print_name_tag(), octave_range::print_name_tag(), octave_struct::print_name_tag(), octave_scalar_struct::print_name_tag(), octave_cell::print_raw(), print_raw(), octave_classdef::print_raw(), octave_struct::print_raw(), octave_scalar_struct::print_raw(), and octave_base_value::print_with_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 141 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare().
|
virtualinherited |
Definition at line 503 of file ov-base.cc.
References d, err_wrong_type_arg(), error(), octave::math::fix(), and octave::math::isnan().
|
virtualinherited |
Reimplemented in octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 317 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 143 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare(), and get_current_method_class().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 135 of file ov-class.h.
References dim_vector::numel().
Referenced by subsasgn_common().
|
protectedinherited |
Definition at line 1168 of file ov-base.cc.
References octave::__get_type_info__(), octave_value::assign_op_as_string(), octave_base_value::count, err_assign_conversion_failed(), err_indexed_assignment(), err_no_conversion(), error(), f, octave_value::get_rep(), octave::type_info::lookup_assign_op(), octave::type_info::lookup_pref_assign_conv(), octave::type_info::lookup_widening_op(), octave_base_value::numeric_conversion_function(), octave_value::numeric_conversion_function(), octave_base_value::octave_value, octave_value::op_asn_eq, retval, octave_value::subsasgn(), octave_base_value::type_conv_info::type_id(), octave_base_value::type_id(), octave_value::type_id(), octave_base_value::type_name(), and octave_value::type_name().
Referenced by octave_base_value::subsasgn().
|
static |
Definition at line 496 of file ov-class.cc.
References err_invalid_index_for_assignment(), Array< T >::numel(), and retval.
Referenced by subsasgn_common().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str, octave_diag_matrix, octave_range, octave_perm_matrix, octave_null_sq_str, octave_null_str, octave_null_matrix, octave_lazy_index, octave_float_diag_matrix, octave_float_complex_diag_matrix, octave_complex_diag_matrix, octave_bool, octave_sparse_bool_matrix, and octave_bool_matrix.
Definition at line 251 of file ov-base.h.
Referenced by octave_base_value::numeric_assign().
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_diag_matrix, octave_complex_matrix, octave_complex_diag_matrix, and octave_complex.
|
virtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 323 of file ov-base.cc.
References octave_base_value::numel().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 171 of file ov-class.h.
Referenced by oct_unop_default().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 174 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_perm_matrix.
Definition at line 683 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_div(), oct_binop_div_scm_pm(), oct_binop_div_sm_pm(), oct_binop_ldiv(), oct_binop_mul_scm_pm(), and oct_binop_mul_sm_pm().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_char_matrix_sq_str, octave_char_matrix_str, octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 341 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1013 of file ov-class.cc.
References print_raw().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str, octave_perm_matrix, octave_lazy_index, octave_fcn_handle, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 647 of file ov-base.h.
Referenced by octave_base_value::print_name_tag().
|
virtualinherited |
Reimplemented in octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 455 of file ov-base.cc.
References octave_base_value::type_name().
Referenced by octave_value::print_info().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_range, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 415 of file ov-base.cc.
References octave_base_value::indent(), name, octave_base_value::newline(), octave_base_value::print_as_scalar(), and Vcompact_format.
Referenced by octave_base_value::print_with_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1019 of file ov-class.cc.
References class_name(), octave_base_value::indent(), and octave_base_value::newline().
Referenced by print().
|
virtualinherited |
Definition at line 436 of file ov-base.cc.
References name, octave_base_value::newline(), octave_base_value::print(), octave_base_value::print_name_tag(), and Vcompact_format.
Referenced by octave::octave_jit_print_any().
|
virtualinherited |
Reimplemented in octave_range.
Definition at line 815 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave::octave_jit_cast_range_any().
bool octave_class::reconstruct_exemplar | ( | void | ) |
Definition at line 1032 of file ov-class.cc.
References octave::__get_interpreter__(), c_name, exemplar_map, octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), octave::interpreter::get_symbol_table(), interpreter_try(), octave_function::is_class_constructor(), octave_value::is_defined(), octave_value::is_function(), octave_value_list::length(), ovl(), octave::interpreter::recover_from_exception(), retval, and warning().
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
bool octave_class::reconstruct_parents | ( | void | ) |
Definition at line 1112 of file ov-class.cc.
References c_name, octave_map::cbegin(), octave_map::cend(), class_name(), octave_map::contains(), octave_map::contents(), exemplar_map, isobject(), octave_map::key(), map, parent_list, octave_class::exemplar_info::parents(), and retval.
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
|
static |
Definition at line 70 of file ov-class.cc.
References octave::type_info::register_type(), t_id, and t_name.
|
staticinherited |
Definition at line 99 of file ov-base.cc.
Referenced by octave::cdef_manager::cdef_manager(), and install_types().
|
inlineinherited |
Definition at line 824 of file ov-base.h.
Referenced by octave_java::~octave_java(), octave::octave_jit_cast_complex_any(), octave::octave_jit_cast_matrix_any(), octave::octave_jit_cast_range_any(), octave::octave_jit_cast_scalar_any(), and octave::octave_jit_release_any().
|
protectedinherited |
Definition at line 1331 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
|
inlineprotectedinherited |
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 145 of file ov-class.h.
References Array< T >::map(), octave_value(), Array< T >::reshape(), and retval.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 152 of file ov-class.h.
References Array< T >::map(), octave_value(), and retval.
|
inlineinherited |
Definition at line 318 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_bool_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_matrix::as_mxArray(), octave_bool_matrix::complex_value(), octave_sparse_bool_matrix::complex_value(), octave_char_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_float_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_bool_matrix::double_value(), octave_char_matrix::double_value(), octave_complex_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_char_matrix_str::edit_display(), octave_bool_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_float_complex_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_bool_matrix::float_value(), octave_char_matrix::float_value(), octave_complex_matrix::float_value(), octave_float_complex_matrix::float_value(), octave::tm_const::generic_concat(), octave_char_matrix::int64_scalar_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_ldiv(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), octave_cell::print_raw(), octave_bool_matrix::save_ascii(), octave_cell::save_ascii(), octave_complex_matrix::save_ascii(), octave_float_complex_matrix::save_ascii(), octave_float_matrix::save_ascii(), octave_matrix::save_ascii(), and octave_char_matrix::uint64_scalar_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1163 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), class_name(), octave_map::contents(), octave::feval(), octave::load_path::find_method(), m, map, map_value(), and save_text_data().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1264 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), class_name(), octave_map::contents(), octave::feval(), octave::load_path::find_method(), len, m, map, map_value(), and save_binary_data().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1387 of file ov-class.cc.
References octave_class(), octave::__get_load_path__(), add_hdf5_data(), c_name, class_name(), octave_map::contents(), octave::feval(), octave::load_path::find_method(), m, map, map_value(), name, octave_H5P_DEFAULT, octave_H5S_ALL, and octave_base_value::warn_save().
|
virtualinherited |
Reimplemented in octave_scalar_struct, and octave_oncleanup.
Definition at line 827 of file ov-base.cc.
References octave_map::checkelem(), error(), octave_base_value::map_value(), and octave_map::numel().
|
inlinevirtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_uint64_matrix, octave_float_scalar, octave_bool, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_char_matrix, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 505 of file ov-base.h.
References octave_value::double_value().
|
inlinevirtualinherited |
Reimplemented in octave_char_matrix_str, octave_range, octave_perm_matrix, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
|
virtualinherited |
Definition at line 490 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 297 of file ov-class.cc.
References octave::__get_symbol_table__(), called_from_builtin(), class_name(), octave_base_value::count, dims(), error(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), in_class_method(), octave_value::is_defined(), octave_base_value::is_matrix_type(), isvector(), octave_value_list::length(), dim_vector::ndims(), Array< T >::resize(), retval, and octave_base_value::size().
|
virtualinherited |
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_char_matrix_sq_str, octave_char_matrix_str, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 992 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_char_matrix_sq_str, octave_char_matrix_str, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 986 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_range, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_matrix, octave_perm_matrix, octave_lazy_index, octave_cell, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 1005 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_perm_matrix, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_sparse_matrix, and octave_sparse_complex_matrix.
Definition at line 649 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_catop_b_sbm(), and oct_catop_bm_sbm().
|
virtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 642 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_scm(), oct_binop_add_dm_scm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_ldiv_cdm_scm(), oct_binop_ldiv_dm_scm(), oct_binop_ldiv_pm_scm(), oct_binop_mul_cdm_scm(), oct_binop_mul_dm_scm(), oct_binop_mul_pm_scm(), oct_binop_sub_cdm_scm(), oct_binop_sub_dm_scm(), oct_catop_cm_scm(), oct_catop_cs_scm(), oct_catop_m_scm(), and oct_catop_s_scm().
|
virtualinherited |
Reimplemented in octave_scalar, octave_sparse_matrix, octave_matrix, octave_range, octave_perm_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex, octave_bool, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_lazy_index.
Definition at line 636 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_sm(), oct_binop_add_dm_sm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_ldiv_cdm_sm(), oct_binop_ldiv_dm_sm(), oct_binop_ldiv_pm_sm(), oct_binop_mul_cdm_sm(), oct_binop_mul_dm_sm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_pm(), oct_binop_sub(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_sm(), oct_catop_b_sm(), oct_catop_bm_sm(), oct_catop_cm_sm(), oct_catop_cs_sm(), oct_catop_m_sbm(), oct_catop_m_sm(), oct_catop_s_sbm(), and oct_catop_s_sm().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_char_matrix_sq_str, octave_char_matrix_str, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< FloatNDArray >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 112 of file ov-base.cc.
References error(), and octave_base_value::type_name().
|
inlinestatic |
Definition at line 220 of file ov-class.h.
|
inlinestatic |
Definition at line 218 of file ov-class.h.
|
inlinestatic |
Definition at line 219 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 793 of file ov-base.cc.
References octave_base_value::convert_to_str(), and octave_value::string_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 984 of file ov-class.cc.
References octave::__get_symbol_table__(), c_name, class_name(), error(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), octave_value::is_defined(), octave_base_value::is_string(), octave_value_list::length(), map, octave_base_value::octave_value, parent_list, and retval.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 512 of file ov-class.cc.
References octave_base_value::count, and subsasgn_common().
|
private |
Definition at line 533 of file ov-class.cc.
References octave::__get_symbol_table__(), octave_map::assign(), called_from_builtin(), class_name(), octave_map::contains(), octave_map::contents(), octave_base_value::count, octave_map::delete_elements(), dims(), octave_value::empty_conv(), octave_map::end(), err_indexed_cs_list(), err_invalid_index_for_assignment(), err_invalid_index_type(), error(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), get_current_method_class(), in_class_method(), Cell::index(), octave_value::is_cs_list(), octave_value::is_defined(), octave_value::is_user_function(), octave_value::is_zero_by_zero(), octave_value::isempty(), octave_value::isobject(), octave_value::isstruct(), octave_value_list::length(), octave_value::list_value(), make_idx_args(), octave_value::make_unique(), Array< T >::make_unique(), map, n, numel(), Array< T >::numel(), numeric_conv(), obsolete_copies, octave_base_value::octave_value, panic_impossible, octave::action_container::protect_var(), Cell::reshape(), octave_value_list::resize(), retval, octave_map::seek(), octave_map::setfield(), octave_value::storable_value(), octave_base_value::subsasgn(), octave_value::subsasgn(), octave_user_function::subsasgn_optimization_ok(), type_name(), unique_parent_class(), octave_value::user_function_value(), and octave_value::xmap_value().
Referenced by subsasgn(), and undef_subsasgn().
octave_value octave_base_value::subsref |
Definition at line 286 of file ov-base.cc.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 102 of file ov-class.h.
References octave_value_list::length(), and octave_value().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_struct, octave_classdef, and octave_cell.
Definition at line 217 of file ov-base.cc.
References octave_base_value::subsref().
octave_value octave_base_value::subsref |
Definition at line 295 of file ov-base.cc.
octave_value_list octave_base_value::subsref |
Definition at line 290 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 373 of file ov-class.cc.
References octave::__get_symbol_table__(), c_name, called_from_builtin(), class_name(), octave_base_value::count, dotref(), err_invalid_index1(), err_invalid_index_type(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), in_class_method(), Cell::index(), octave_map::index(), octave_value::is_defined(), make_idx_args(), map, octave_map::numel(), Array< T >::numel(), octave_base_value::octave_value, panic_impossible, parent_list, retval, type_name(), and xnumel().
|
inlinevirtualinherited |
Reimplemented in octave_struct, octave_sparse_matrix, octave_matrix, octave_diag_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_float_matrix, octave_float_diag_matrix, octave_float_complex_matrix, octave_float_complex_diag_matrix, octave_float_complex, octave_sparse_complex_matrix, octave_complex_matrix, octave_complex_diag_matrix, octave_complex, octave_sparse_bool_matrix, octave_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< octave_uint64 >, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< octave_uint64 > >.
Definition at line 275 of file ov-base.h.
Referenced by octave_value::try_narrowing_conversion().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 214 of file ov-class.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 215 of file ov-class.h.
Referenced by as_mxArray(), map_keys(), subsasgn_common(), and subsref().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 767 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 719 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 773 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 725 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 779 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, octave_bool, and octave_char_matrix.
Definition at line 731 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 500 of file ov-base.cc.
|
virtualinherited |
Reimplemented in octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_scalar, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 761 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_scalar, octave_uint64_scalar, octave_float_scalar, and octave_bool.
Definition at line 713 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 494 of file ov-base.cc.
|
virtualinherited |
Definition at line 497 of file ov-base.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 521 of file ov-class.cc.
References subsasgn_common().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 209 of file ov-class.cc.
References clone(), octave_base_value::count, and obsolete_copies.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 921 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(), map, parent_list, retval, octave_map::seek(), and octave_base_value::unique_parent_class().
Referenced by subsasgn_common().
|
virtualinherited |
Reimplemented in octave_function.
Definition at line 1126 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_user_script.
Definition at line 900 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave::bp_table::get_breakpoint_list(), octave::bp_table::remove_breakpoint(), and octave::file_editor_tab::save_file().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_fcn_handle.
Definition at line 882 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by Fnargin(), Fnargout(), octave_classdef_superclass_ref::is_constructed_object(), octave::is_method_executing(), and octave::make_function_of_class().
|
virtualinherited |
Reimplemented in octave_user_script.
Definition at line 891 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
virtualinherited |
Definition at line 491 of file ov-base.cc.
|
protectedinherited |
Definition at line 1090 of file ov-base.cc.
References octave_base_value::t_name, and warning_with_id().
Referenced by octave_bool_matrix::load_hdf5(), octave_sparse_bool_matrix::load_hdf5(), octave_bool::load_hdf5(), octave_cell::load_hdf5(), load_hdf5(), octave_complex::load_hdf5(), octave_complex_matrix::load_hdf5(), octave_sparse_complex_matrix::load_hdf5(), octave_fcn_handle::load_hdf5(), octave_float_scalar::load_hdf5(), octave_float_complex::load_hdf5(), octave_float_complex_matrix::load_hdf5(), octave_float_matrix::load_hdf5(), octave_range::load_hdf5(), octave_matrix::load_hdf5(), octave_sparse_matrix::load_hdf5(), octave_scalar::load_hdf5(), octave_char_matrix_str::load_hdf5(), octave_struct::load_hdf5(), and octave_scalar_struct::load_hdf5().
|
protectedinherited |
Definition at line 1099 of file ov-base.cc.
References octave_base_value::t_name, and warning_with_id().
Referenced by octave_bool_matrix::save_hdf5(), octave_sparse_bool_matrix::save_hdf5(), octave_bool::save_hdf5(), octave_cell::save_hdf5(), save_hdf5(), octave_complex::save_hdf5(), octave_complex_matrix::save_hdf5(), octave_sparse_complex_matrix::save_hdf5(), octave_float_scalar::save_hdf5(), octave_float_complex::save_hdf5(), octave_float_complex_matrix::save_hdf5(), octave_float_matrix::save_hdf5(), octave_range::save_hdf5(), octave_matrix::save_hdf5(), octave_sparse_matrix::save_hdf5(), octave_scalar::save_hdf5(), octave_char_matrix_str::save_hdf5(), octave_struct::save_hdf5(), and octave_scalar_struct::save_hdf5().
|
virtualinherited |
Reimplemented in octave_char_matrix_str, octave_scalar, octave_matrix, octave_range, octave_perm_matrix, octave_lazy_index, octave_uint64_scalar, octave_uint64_matrix, octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_complex_matrix, octave_complex, octave_bool, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 961 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
|
privateinherited |
Definition at line 1108 of file ov-base.cc.
References err_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_base_value::xstring_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 337 of file ov-class.cc.
References octave::__get_symbol_table__(), called_from_builtin(), class_name(), octave_base_value::count, error(), octave::feval(), octave::symbol_table::find_method(), octave_value::function_value(), in_class_method(), octave_value::is_defined(), octave_base_value::is_scalar_type(), octave_value_list::length(), octave_base_value::octave_value, retval, and octave_base_value::xnumel().
Referenced by subsref().
|
virtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 801 of file ov-base.cc.
References octave_base_value::wrong_type_arg_error().
|
staticprivateinherited |
Definition at line 872 of file ov-base.h.
Referenced by octave_base_value::indent(), octave_base_value::newline(), and octave_base_value::reset().
|
private |
Definition at line 227 of file ov-class.h.
Referenced by index_vector(), load_ascii(), load_binary(), load_hdf5(), reconstruct_exemplar(), reconstruct_parents(), save_hdf5(), string_vector_value(), and subsref().
|
protectedinherited |
Definition at line 860 of file ov-base.h.
Referenced by octave_perm_matrix::do_index_op(), octave_diag_matrix::do_index_op(), octave_value::do_non_const_unary_op(), octave_base_value::numeric_assign(), octave_value::operator=(), size(), octave_classdef::size(), octave_cell::subsasgn(), subsasgn(), octave_classdef::subsasgn(), octave_struct::subsasgn(), octave_scalar_struct::subsasgn(), subsasgn_common(), subsref(), octave_classdef::subsref(), unique_clone(), xnumel(), and octave_classdef::xnumel().
|
staticprivateinherited |
Definition at line 871 of file ov-base.h.
Referenced by octave_base_value::indent(), and octave_base_value::reset().
|
static |
Definition at line 282 of file ov-class.h.
Referenced by clear_exemplar_map(), Fclass(), reconstruct_exemplar(), and reconstruct_parents().
|
private |
Definition at line 211 of file ov-class.h.
Referenced by octave_class(), byte_size(), dotref(), find_parent_class(), index_vector(), is_instance_of(), load_ascii(), load_binary(), load_hdf5(), reconstruct_parents(), save_ascii(), save_binary(), save_hdf5(), string_vector_value(), subsasgn_common(), subsref(), and unique_parent_class().
|
private |
Definition at line 238 of file ov-class.h.
Referenced by subsasgn_common(), and unique_clone().
|
private |
Definition at line 228 of file ov-class.h.
Referenced by octave_class(), find_parent_class(), index_vector(), is_instance_of(), reconstruct_parents(), string_vector_value(), subsref(), and unique_parent_class().
|
staticprivate |
Definition at line 224 of file ov-class.h.
Referenced by register_type().
|
staticprivate |
Definition at line 226 of file ov-class.h.
Referenced by register_type().