GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ov-class.h"
Classes | |
class | exemplar_info |
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 (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 |
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) |
Private Attributes | |
std::string | c_name |
octave_map | map |
int | obsolete_copies |
std::list< std::string > | parent_list |
Static Private Attributes | |
static int | t_id |
static const std::string | t_name |
Definition at line 47 of file ov-class.h.
typedef std::map<std::string, exemplar_info>::const_iterator octave_class::exemplar_const_iterator |
Definition at line 284 of file ov-class.h.
typedef std::map<std::string, exemplar_info>::iterator octave_class::exemplar_iterator |
Definition at line 282 of file ov-class.h.
|
inherited |
|
inherited |
|
inline |
Definition at line 52 of file ov-class.h.
Referenced by load_ascii(), load_binary(), load_hdf5(), save_ascii(), save_binary(), and save_hdf5().
|
inline |
Definition at line 57 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 74 of file ov-class.cc.
References symbol_table::add_to_parent_map(), octave_map::assign(), octave_value::class_name(), octave_map::dims(), octave_value::dims(), error(), error_state, find_parent_class(), octave_map::index(), octave_value::is_object(), octave_value_list::length(), map, octave_value::map_value(), 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 66 of file ov-class.h.
|
inline |
Definition at line 70 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 359 of file ov-base.cc.
Referenced by octave_value::all().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1124 of file ov-class.cc.
References c_name, class_name(), error(), error_state, feval(), symbol_table::find_method(), octave_value::function_value(), octave_value::is_defined(), octave_value_list::length(), map, octave_base_value::octave_value, and parent_list.
|
virtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_scalar, octave_float_complex, octave_scalar, and octave_perm_matrix.
Definition at line 365 of file ov-base.cc.
Referenced by octave_value::any().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_lazy_index, octave_matrix, octave_bool, octave_float_scalar, octave_float_matrix, octave_perm_matrix, octave_scalar, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_sparse_matrix, octave_complex, octave_char_matrix_str, octave_char_matrix, octave_float_complex, and octave_sparse_bool_matrix.
Definition at line 556 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::array_value(), oct_binop_div(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_catop_m_chm(), oct_catop_matrix_struct(), oct_catop_s_chm(), and octave_jit_cast_matrix_any().
Reimplemented from octave_base_value.
Definition at line 1826 of file ov-class.cc.
References gripe_wrong_type_arg(), and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 107 of file ov-class.h.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_bool_matrix, octave_lazy_index, octave_matrix, octave_complex, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_complex, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_bool_matrix, and octave_sparse_matrix.
Definition at line 644 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_array_value(), and oct_assignop_conv_and_assign().
|
virtualinherited |
Reimplemented in octave_bool, octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 635 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_matrix_value(), oct_assignop_assign(), oct_catop_bm_sbm(), and oct_catop_sbm_bm().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, octave_scalar, octave_complex, and octave_float_complex.
Definition at line 627 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::bool_value(), oct_assignop_assign(), oct_assignop_conv_and_assign(), oct_catop_b_sbm(), and oct_catop_sbm_b().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_scalar_struct, octave_range, octave_cell, octave_struct, octave_matrix, octave_perm_matrix, octave_fcn_handle, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_float_matrix, octave_bool_matrix, octave_complex_matrix, octave_sparse_bool_matrix, octave_char_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_scalar, octave_bool, OCTAVE_VALUE_INT_MATRIX_T, octave_lazy_index, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 381 of file ov-base.h.
References btyp_unknown.
Referenced by octave_value::builtin_type().
Reimplemented from octave_base_value.
Definition at line 1028 of file ov-class.cc.
References octave_map::begin(), octave_value::byte_size(), octave_map::contents(), octave_map::end(), octave_map::key(), map, and octave_base_value::octave_value.
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 313 of file ov-base.h.
References octave_value::numel().
Referenced by octave_value::capacity().
Reimplemented in octave_cell.
Definition at line 531 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::cell_value().
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 915 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::cellstr_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_bool, octave_range, octave_float_scalar, octave_scalar, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_complex_matrix, octave_sparse_matrix, and octave_sparse_bool_matrix.
Definition at line 666 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::char_array_value(), Fstrrep(), oct_catop_chm_m(), and oct_catop_chm_s().
|
virtualinherited |
Reimplemented in octave_char_matrix.
Definition at line 653 of file ov-base.cc.
References octave_value::char_matrix_value(), octave_base_value::convert_to_str(), and error_state.
Referenced by octave_value::char_matrix_value().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 213 of file ov-class.h.
Referenced by all_strings(), DEFUN(), find_parent_class(), get_current_method_class(), in_class_method(), index_vector(), numel(), print_raw(), print_with_name(), reconstruct_parents(), save_ascii(), save_binary(), save_hdf5(), size(), subsasgn_common(), subsref(), and unique_parent_class().
Definition at line 1267 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 72 of file ov-class.h.
Referenced by unique_clone().
|
inlineinherited |
Definition at line 301 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_value::columns(), octave_sparse_bool_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_float_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_matrix::complex_value(), octave_char_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_bool_matrix::double_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_char_matrix::float_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_bool_matrix::float_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(), pr_where(), octave_cell::print_raw(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), octave_float_matrix::save_ascii(), octave_bool_matrix::save_ascii(), and octave_matrix::save_ascii().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_char_matrix, octave_float_complex, octave_complex_matrix, octave_char_matrix_str, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, and octave_sparse_bool_matrix.
Definition at line 609 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_array_value(), oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 719 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_diag_matrix_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), 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_ldiv_cdm_scm(), oct_binop_ldiv_cdm_sm(), oct_binop_mul_cdm_scm(), oct_binop_mul_cdm_sm(), oct_binop_mul_scm_cdm(), oct_binop_mul_sm_cdm(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_sub_scm_cdm(), and oct_binop_sub_sm_cdm().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_char_matrix_str, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_sparse_complex_matrix, and octave_sparse_bool_matrix.
Definition at line 591 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::complex_matrix_value(), oct_binop_add_cdm_scm(), oct_binop_add_cdm_sm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_herm_ldiv(), oct_binop_herm_mul(), oct_binop_ldiv(), oct_binop_mul_herm(), oct_binop_mul_trans(), oct_binop_pow(), oct_binop_sub_cdm_scm(), oct_binop_sub_cdm_sm(), oct_binop_trans_ldiv(), oct_binop_trans_mul(), oct_catop_cm_scm(), and oct_catop_cm_sm().
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix_str, octave_char_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_complex_matrix, octave_sparse_matrix, and octave_sparse_bool_matrix.
Definition at line 572 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::complex_value(), oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), oct_binop_ldiv(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_cdm(), oct_binop_pow(), oct_catop_cs_scm(), oct_catop_cs_sm(), and octave_jit_cast_complex_any().
Definition at line 391 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::convert_to_row_or_column_vector().
|
virtualinherited |
Definition at line 371 of file ov-base.cc.
References octave_base_value::convert_to_str_internal(), gripe_implicit_conversion(), octave_base_value::is_numeric_type(), octave_base_value::type_name(), and octave_value::type_name().
Referenced by octave_base_value::all_strings(), octave_base_value::char_matrix_value(), octave_value::convert_to_str(), octave_matrix::map(), octave_scalar::map(), and octave_base_value::string_value().
|
virtualinherited |
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_lazy_index, octave_perm_matrix, octave_bool_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_float_matrix, octave_java, octave_char_matrix, octave_cell, octave_sparse_matrix, octave_sparse_bool_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_fcn_inline.
Definition at line 383 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_base_value::convert_to_str(), and octave_value::convert_to_str_internal().
Definition at line 802 of file ov-base.h.
Referenced by octave_fcn_inline::print_raw(), octave_char_matrix_str::print_raw(), octave_char_matrix::print_raw(), octave_fcn_handle::print_raw(), octave_float_complex_matrix::print_raw(), octave_complex_matrix::print_raw(), octave_float_matrix::print_raw(), octave_perm_matrix::print_raw(), octave_bool_matrix::print_raw(), octave_matrix::print_raw(), and octave_range::print_raw().
Definition at line 799 of file ov-base.h.
Referenced by octave_struct::print_raw(), octave_cell::print_raw(), and octave_scalar_struct::print_raw().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_lazy_index, octave_matrix, octave_float_matrix, octave_range, octave_complex_matrix, octave_float_complex_matrix, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 1128 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::diag().
|
virtualinherited |
Reimplemented in octave_float_scalar, octave_scalar, octave_matrix, octave_float_matrix, octave_complex, octave_float_complex, octave_range, octave_complex_matrix, octave_float_complex_matrix, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 1136 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 702 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::diag_matrix_value(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), 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_ldiv_dm_scm(), oct_binop_ldiv_dm_sm(), oct_binop_mul_dm_scm(), oct_binop_mul_dm_sm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_dm(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_sub_scm_dm(), and oct_binop_sub_sm_dm().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 120 of file ov-class.h.
Referenced by size(), and subsasgn_common().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_char_matrix_sq_str, octave_scalar_struct, octave_base_sparse< T >, octave_range, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_struct, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_complex, octave_float_complex, octave_float_scalar, octave_base_diag< DMT, MT >, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool, octave_perm_matrix, and octave_diag_matrix.
Definition at line 193 of file ov-base.cc.
References error(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::do_index_op().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 99 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_user_function, octave_fcn_binder, octave_fcn_handle, and octave_builtin.
Definition at line 209 of file ov-base.cc.
References octave_base_value::do_multi_index_op().
Cell octave_class::dotref | ( | const octave_value_list & | idx | ) |
Definition at line 363 of file ov-class.cc.
References octave_map::contents(), octave_map::end(), error(), error_state, find_parent_class(), get_current_method_class(), gripe_invalid_index1(), octave_value_list::length(), map, octave_base_value::map_value(), and octave_map::seek().
Referenced by subsref().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_matrix, octave_scalar, octave_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_perm_matrix, octave_char_matrix_str, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_sparse_bool_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 515 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::double_value(), oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), oct_binop_ldiv(), and octave_jit_cast_scalar_any().
|
virtualinherited |
Definition at line 1279 of file ov-base.cc.
References octave_base_value::class_name(), octave_base_value::dims(), dim_vector::str(), and octave_base_value::type_name().
Referenced by octave_value::dump().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 76 of file ov-class.h.
Reimplemented in octave_user_function.
Definition at line 449 of file ov-base.h.
Referenced by octave_value::erase_subfunctions().
|
virtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, and octave_struct.
Definition at line 1502 of file ov-base.cc.
References octave_base_value::octave_value.
Referenced by octave_value::fast_elem_extract().
|
virtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, and octave_struct.
Definition at line 1508 of file ov-base.cc.
Referenced by octave_value::fast_elem_insert().
|
virtualinherited |
Reimplemented in octave_scalar_struct, octave_float_scalar, octave_scalar, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 1514 of file ov-base.cc.
Referenced by octave_struct::fast_elem_insert(), and octave_base_matrix< MT >::fast_elem_insert().
|
virtualinherited |
Reimplemented in octave_fcn_handle.
Definition at line 1034 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::fcn_handle_value().
|
virtualinherited |
Reimplemented in octave_fcn_inline.
Definition at line 1045 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::fcn_inline_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1055 of file ov-class.cc.
References class_name(), octave_map::contents(), octave_base_value::find_parent_class(), octave_value::internal_rep(), map, parent_list, and octave_map::seek().
Referenced by dotref(), in_class_method(), and octave_class().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_lazy_index, octave_matrix, octave_bool, octave_float_scalar, octave_scalar, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_complex, octave_char_matrix, and octave_float_complex.
Definition at line 564 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_array_value(), oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_char_matrix, octave_float_complex, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 618 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_array_value(), oct_binop_div(), oct_binop_el_div(), and oct_binop_el_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 728 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_diag_matrix_value(), oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 600 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_matrix_value(), oct_binop_div(), oct_binop_herm_ldiv(), oct_binop_herm_mul(), oct_binop_ldiv(), oct_binop_mul_herm(), oct_binop_mul_trans(), oct_binop_trans_ldiv(), and oct_binop_trans_mul().
|
virtualinherited |
Reimplemented in octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_matrix, octave_bool_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_char_matrix, octave_complex_matrix, and octave_float_complex_matrix.
Definition at line 581 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::float_complex_value(), oct_binop_div(), oct_binop_el_and(), oct_binop_el_div(), oct_binop_el_ldiv(), oct_binop_el_or(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 710 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_diag_matrix_value(), oct_binop_div(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, OCTAVE_VALUE_INT_MATRIX_T, octave_lazy_index, octave_bool, octave_float_scalar, octave_scalar, octave_matrix, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 547 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::float_matrix_value(), oct_binop_div(), oct_binop_ldiv(), oct_binop_mul_trans(), oct_binop_trans_ldiv(), and oct_binop_trans_mul().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_bool, octave_float_scalar, octave_scalar, OCTAVE_VALUE_INT_MATRIX_T, octave_float_matrix, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 476 of file ov-base.h.
References octave_value::float_value().
Referenced by octave_value::float_scalar_value(), oct_binop_el_and(), and oct_binop_el_or().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_matrix, octave_scalar, octave_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_perm_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_complex, octave_complex_matrix, octave_float_complex_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 523 of file ov-base.cc.
References gripe_wrong_type_arg(), lo_ieee_float_nan_value(), and octave_base_value::type_name().
Referenced by octave_value::float_value(), oct_binop_div(), oct_binop_el_div(), oct_binop_el_ldiv(), and oct_binop_ldiv().
|
virtualinherited |
Reimplemented in octave_range, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, and octave_perm_matrix.
Definition at line 133 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::full_value().
|
virtualinherited |
Reimplemented in octave_user_function, octave_fcn_handle, octave_user_script, octave_builtin, and octave_mex_function.
Definition at line 990 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by DEFUN_DLD(), Fdasrt(), Fquad(), Fquadcc(), octave_fcn_handle::function_value(), octave_value::function_value(), symbol_table::fcn_info::fcn_info_rep::mark_subfunction_in_scope_as_private(), and out_of_date_check().
|
private |
Definition at line 230 of file ov-class.cc.
References class_name(), octave_call_stack::current(), octave_function::dispatch_class(), octave_function::is_class_constructor(), octave_function::is_class_method(), and nparents().
Referenced by dotref(), and subsasgn_common().
|
staticprotectedinherited |
Definition at line 1186 of file ov-base.cc.
References names(), and octave_base_value::num_unary_mappers.
Referenced by octave_char_matrix::map(), and octave_base_value::map().
Definition at line 772 of file ov-base.h.
Referenced by jit_function_info::execute(), jit_info::execute(), octave_jit_binary_any_any(), octave_jit_call(), octave_jit_cast_any_matrix(), octave_jit_cast_any_range(), octave_jit_create_undef(), and octave_jit_grab_any().
Definition at line 1834 of file ov-class.cc.
References class_name(), octave_call_stack::current(), 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 numel(), size(), subsasgn_common(), and subsref().
Definition at line 796 of file ov-base.h.
Referenced by octave_struct::print_raw(), octave_cell::print_raw(), and octave_scalar_struct::print_raw().
|
protectedinherited |
Definition at line 1465 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_struct::print_name_tag(), print_name_tag(), octave_scalar_struct::print_name_tag(), octave_range::print_name_tag(), octave_base_value::print_name_tag(), octave_struct::print_raw(), octave_cell::print_raw(), print_raw(), octave_scalar_struct::print_raw(), and print_with_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 994 of file ov-class.cc.
References c_name, class_name(), do_binary_op(), error(), error_state, feval(), symbol_table::find_method(), octave_value::function_value(), octave_value::index_vector(), octave_value::is_defined(), octave_value_list::length(), map, octave_base_value::octave_value, octave_value::op_add, and parent_list.
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 826 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int16_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 754 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int16_scalar_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 835 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int32_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 763 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int32_scalar_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 844 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int64_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 772 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int64_scalar_value().
|
virtualinherited |
Definition at line 488 of file ov-base.cc.
Referenced by octave_value::int64_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 817 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int8_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 745 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::int8_scalar_value().
|
virtualinherited |
Definition at line 482 of file ov-base.cc.
Referenced by octave_value::int_value().
Reimplemented in octave_user_function.
Definition at line 431 of file ov-base.h.
Referenced by octave_value::is_anonymous_function().
Reimplemented in octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 351 of file ov-base.h.
Referenced by octave_value::is_bool_matrix().
Reimplemented in octave_bool.
Definition at line 349 of file ov-base.h.
Referenced by octave_value::is_bool_scalar().
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 405 of file ov-base.h.
Referenced by octave_value::is_bool_type().
Reimplemented in octave_mex_function, octave_builtin, and octave_dld_function.
Definition at line 443 of file ov-base.h.
Referenced by octave_value::is_builtin_function().
Reimplemented in octave_cell.
Definition at line 337 of file ov-base.h.
Referenced by octave_value::is_cell().
Reimplemented in octave_cell.
Definition at line 339 of file ov-base.h.
Referenced by octave_value::is_cellstr().
Reimplemented in octave_char_matrix.
Definition at line 353 of file ov-base.h.
Referenced by octave_value::is_char_matrix().
Reimplemented in octave_sparse_complex_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_complex_diag_matrix, and octave_float_complex_diag_matrix.
Definition at line 347 of file ov-base.h.
Referenced by octave_value::is_complex_matrix().
Reimplemented in octave_complex, and octave_float_complex.
Definition at line 345 of file ov-base.h.
Referenced by octave_value::is_complex_scalar().
Reimplemented in octave_complex, octave_sparse_complex_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_complex, octave_complex_diag_matrix, and octave_float_complex_diag_matrix.
Definition at line 411 of file ov-base.h.
Referenced by octave_value::is_complex_type().
Reimplemented in octave_scalar_struct, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_range, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_struct, octave_perm_matrix, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_cs_list, and octave_magic_colon.
Definition at line 427 of file ov-base.h.
Referenced by octave_value::is_constant().
Reimplemented in octave_cs_list.
Definition at line 371 of file ov-base.h.
Referenced by octave_value::is_cs_list().
Reimplemented from octave_base_value.
Definition at line 150 of file ov-class.h.
Reimplemented in octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 355 of file ov-base.h.
Referenced by octave_value::is_diag_matrix().
Reimplemented in octave_dld_function.
Definition at line 445 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_dld_function().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, octave_scalar, octave_lazy_index, octave_diag_matrix, and octave_complex_diag_matrix.
Definition at line 383 of file ov-base.h.
Referenced by octave_value::is_double_type().
Definition at line 335 of file ov-base.h.
References octave_value::dims().
Referenced by Ferror(), octave_value::is_empty(), octave_cell::subsasgn(), and octave_base_value::subsasgn().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_float_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_scalar, octave_lazy_index, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 387 of file ov-base.h.
Referenced by octave_value::is_float_type().
Reimplemented in octave_function.
Definition at line 435 of file ov-base.h.
Referenced by octave_value::is_function().
Reimplemented in octave_fcn_handle.
Definition at line 429 of file ov-base.h.
Referenced by octave_value::is_function_handle().
Reimplemented in octave_user_function, and octave_fcn_inline.
Definition at line 433 of file ov-base.h.
Referenced by octave_value::is_inline_function().
Definition at line 391 of file ov-base.h.
Referenced by octave_value::is_int16_type().
Definition at line 393 of file ov-base.h.
Referenced by octave_value::is_int32_type().
Definition at line 395 of file ov-base.h.
Referenced by octave_value::is_int64_type().
Definition at line 389 of file ov-base.h.
Referenced by octave_value::is_int8_type().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 407 of file ov-base.h.
Referenced by octave_value::is_integer_type().
Reimplemented in octave_java.
Definition at line 369 of file ov-base.h.
Referenced by octave_value::is_java().
Reimplemented in octave_magic_colon.
Definition at line 373 of file ov-base.h.
Referenced by octave_value::is_magic_colon().
Reimplemented from octave_base_value.
Definition at line 152 of file ov-class.h.
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 417 of file ov-base.h.
Referenced by octave_value::is_matrix_type().
Reimplemented in octave_mex_function.
Definition at line 447 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_mex_function().
Reimplemented in octave_null_sq_str, octave_null_str, and octave_null_matrix.
Definition at line 425 of file ov-base.h.
Referenced by octave_value::is_null_value().
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_char_matrix_str, octave_perm_matrix, octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 419 of file ov-base.h.
Referenced by octave_base_value::convert_to_str(), octave_value::is_numeric_type(), and octave_base_value::subsasgn().
Reimplemented from octave_base_value.
Definition at line 154 of file ov-class.h.
Referenced by reconstruct_parents().
Reimplemented in octave_perm_matrix.
Definition at line 357 of file ov-base.h.
Referenced by octave_value::is_perm_matrix().
Reimplemented in octave_range.
Definition at line 363 of file ov-base.h.
Referenced by octave_value::is_range().
Reimplemented in octave_perm_matrix, octave_matrix, octave_sparse_matrix, octave_float_matrix, octave_char_matrix, octave_lazy_index, octave_diag_matrix, and octave_float_diag_matrix.
Definition at line 343 of file ov-base.h.
Referenced by octave_value::is_real_matrix().
Reimplemented in octave_float_scalar, octave_scalar, and octave_bool.
Definition at line 341 of file ov-base.h.
Referenced by octave_value::is_real_scalar().
Reimplemented in octave_range, octave_perm_matrix, octave_matrix, octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_sparse_matrix, octave_bool_matrix, octave_float_matrix, octave_sparse_bool_matrix, octave_char_matrix, octave_float_scalar, octave_scalar, octave_bool, octave_lazy_index, octave_diag_matrix, octave_float_diag_matrix, octave_base_int_matrix< T >, and octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >.
Definition at line 409 of file ov-base.h.
Referenced by octave_value::is_real_type().
Reimplemented in octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 415 of file ov-base.h.
Referenced by octave_value::is_scalar_type().
Reimplemented in octave_float_matrix, octave_float_complex_matrix, octave_float_complex, octave_float_scalar, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 385 of file ov-base.h.
Referenced by octave_value::is_single_type().
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1161 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::type_name(), and UNSORTED.
Referenced by octave_value::is_sorted().
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_cell, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1177 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::type_name(), and UNSORTED.
Referenced by octave_value::is_sorted_rows().
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 421 of file ov-base.h.
Referenced by octave_value::is_sparse_type().
Reimplemented in octave_char_matrix_sq_str.
Definition at line 361 of file ov-base.h.
Referenced by octave_value::is_dq_string(), octave_value::is_sq_string(), and octave_char_matrix_str::resize().
Reimplemented in octave_char_matrix_str.
Definition at line 359 of file ov-base.h.
Referenced by Flasterror(), octave_value::is_dq_string(), and octave_value::is_string().
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_bool.
Definition at line 423 of file ov-base.h.
Referenced by octave_value::is_true().
Definition at line 399 of file ov-base.h.
Referenced by octave_value::is_uint16_type().
Definition at line 401 of file ov-base.h.
Referenced by octave_value::is_uint32_type().
Definition at line 403 of file ov-base.h.
Referenced by octave_value::is_uint64_type().
Definition at line 397 of file ov-base.h.
Referenced by octave_value::is_uint8_type().
Reimplemented in octave_user_code.
Definition at line 441 of file ov-base.h.
Referenced by octave_call_stack::do_backtrace(), octave_call_stack::do_caller_user_code(), octave_call_stack::do_caller_user_code_column(), octave_call_stack::do_caller_user_code_line(), octave_call_stack::do_goto_caller_frame(), octave_call_stack::do_goto_frame_relative(), octave_call_stack::do_num_user_code_frames(), and octave_value::is_user_code().
Reimplemented in octave_user_function.
Definition at line 439 of file ov-base.h.
Referenced by DEFUN(), do_which(), octave_value::is_user_function(), raw_help_from_symbol_table(), and try_local_protect().
Reimplemented in octave_user_script.
Definition at line 437 of file ov-base.h.
Referenced by DEFUN(), and octave_value::is_user_script().
Reimplemented in octave_function.
Definition at line 676 of file ov-base.h.
Referenced by octave_value::islocked().
|
virtualinherited |
Reimplemented in octave_cell, and octave_cs_list.
Definition at line 1056 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::list_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1367 of file ov-class.cc.
References octave_map::assign(), c_name, octave_value::cell_value(), error(), error_state, extract_keyword(), feval(), load_path::find_method(), octave_value::is_cell(), map, octave_class(), panic_impossible, read_ascii_data(), reconstruct_exemplar(), reconstruct_parents(), and warning().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1496 of file ov-class.cc.
References octave_map::assign(), c_name, octave_value::cell_value(), error(), error_state, feval(), load_path::find_method(), octave_value::is_cell(), map, octave_class(), OCTAVE_LOCAL_BUFFER, panic_impossible, read_binary_data(), reconstruct_exemplar(), reconstruct_parents(), swap_bytes< 4 >(), and warning().
Reimplemented from octave_base_value.
Definition at line 1683 of file ov-class.cc.
References octave_map::assign(), c_name, octave_value::cell_value(), error(), error_state, feval(), load_path::find_method(), hdf5_read_next_data(), octave_value::is_cell(), map, hdf5_callback_data::name, octave_class(), OCTAVE_LOCAL_BUFFER, reconstruct_exemplar(), reconstruct_parents(), hdf5_callback_data::tc, and warning().
Reimplemented in octave_function.
Definition at line 1267 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::lock().
|
virtualinherited |
Definition at line 485 of file ov-base.cc.
Referenced by octave_value::long_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_float_matrix, octave_complex, octave_float_complex, octave_complex_matrix, octave_float_complex_matrix, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_sparse_matrix, octave_char_matrix, octave_sparse_complex_matrix, octave_sparse_bool_matrix, octave_diag_matrix, octave_complex_diag_matrix, octave_float_complex_diag_matrix, and octave_float_diag_matrix.
Definition at line 1260 of file ov-base.cc.
References error(), octave_base_value::get_umap_name(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::map().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1047 of file ov-class.cc.
References gripe_wrong_type_arg(), and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 156 of file ov-class.h.
Referenced by reshape(), save_ascii(), save_binary(), and save_hdf5().
|
virtualinherited |
Reimplemented in 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 345 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::matrix_type(), oct_binop_herm_ldiv(), oct_binop_ldiv(), oct_binop_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), and oct_binop_trans_ldiv().
|
virtualinherited |
Reimplemented in 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 352 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_scalar, octave_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_char_matrix_str, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_char_matrix, octave_float_complex, and octave_sparse_bool_matrix.
Definition at line 539 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::matrix_value(), oct_binop_add_dm_scm(), oct_binop_add_dm_sm(), oct_binop_div(), oct_binop_el_ldiv(), oct_binop_el_pow(), oct_binop_ldiv(), oct_binop_mul_trans(), oct_binop_pow(), oct_binop_sub_dm_scm(), oct_binop_sub_dm_sm(), oct_binop_trans_ldiv(), oct_binop_trans_mul(), oct_catop_bm_sm(), oct_catop_m_sbm(), oct_catop_m_scm(), and oct_catop_m_sm().
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, and octave_base_matrix< boolNDArray >.
Definition at line 242 of file ov-base.h.
Referenced by octave_value::maybe_economize().
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, OCTAVE_VALUE_INT_MATRIX_T, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_float_matrix, octave_cell, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 647 of file ov-base.h.
Referenced by octave_value::mex_get_data().
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 649 of file ov-base.h.
Referenced by octave_value::mex_get_ir().
|
inlinevirtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 651 of file ov-base.h.
Referenced by octave_value::mex_get_jc().
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 308 of file ov-base.h.
References octave_value::dims(), and dim_vector::length().
Referenced by octave_value::ndims().
|
protectedinherited |
Definition at line 1484 of file ov-base.cc.
References octave_base_value::beginning_of_line.
Referenced by octave_fcn_inline::print(), octave_oncleanup::print(), octave_fcn_handle::print(), octave_perm_matrix::print(), octave_range::print(), octave_struct::print_name_tag(), print_name_tag(), octave_scalar_struct::print_name_tag(), octave_range::print_name_tag(), octave_base_value::print_name_tag(), octave_struct::print_raw(), octave_cell::print_raw(), print_raw(), octave_scalar_struct::print_raw(), print_with_name(), and octave_base_value::print_with_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 132 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare().
Definition at line 492 of file ov-base.cc.
References d, octave_sparse_bool_matrix::double_value(), error(), error_state, fix(), gripe_wrong_type_arg(), octave_sparse_bool_matrix::type_name(), and xisnan().
Referenced by Frethrow(), and octave_value::nint_value().
|
virtualinherited |
Reimplemented in octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, and octave_perm_matrix.
Definition at line 304 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::nnz().
Reimplemented from octave_base_value.
Definition at line 134 of file ov-class.h.
Referenced by octave_class::exemplar_info::compare(), and get_current_method_class().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 452 of file ov-class.cc.
References called_from_builtin(), class_name(), octave_base_value::count, error(), feval(), symbol_table::find_method(), octave_value::function_value(), in_class_method(), octave_value::is_defined(), octave_value_list::length(), numel(), and octave_base_value::octave_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 126 of file ov-class.h.
References dim_vector::numel().
Referenced by numel(), subsasgn_common(), and subsref().
|
protectedinherited |
Definition at line 1312 of file ov-base.cc.
References octave_value::assign_op_as_string(), octave_base_value::count, error(), error_state, f, octave_value::get_rep(), gripe_assign_conversion_failed(), gripe_indexed_assignment(), gripe_no_conversion(), octave_value_typeinfo::lookup_assign_op(), octave_value_typeinfo::lookup_pref_assign_conv(), octave_value_typeinfo::lookup_widening_op(), octave_value::maybe_mutate(), octave_base_value::numeric_conversion_function(), octave_value::numeric_conversion_function(), octave_base_value::octave_value, octave_value::op_asn_eq, 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 612 of file ov-class.cc.
References gripe_invalid_index_for_assignment(), octave_value::is_map(), and Array< T >::length().
Referenced by subsasgn_common().
|
inlinevirtualinherited |
Reimplemented in octave_null_sq_str, octave_range, octave_char_matrix_str, octave_bool_matrix, octave_sparse_bool_matrix, octave_null_str, octave_bool, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_diag_matrix, octave_lazy_index, octave_null_matrix, and octave_perm_matrix.
Definition at line 229 of file ov-base.h.
Referenced by octave_base_value::numeric_assign(), and octave_value::numeric_conversion_function().
|
inlinevirtualinherited |
Reimplemented in octave_matrix, octave_complex_matrix, octave_scalar, octave_complex, octave_complex_diag_matrix, and octave_diag_matrix.
Definition at line 233 of file ov-base.h.
Referenced by octave_value::numeric_demotion_function().
|
virtualinherited |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 311 of file ov-base.cc.
References octave_base_value::numel().
Referenced by octave_value::nzmax().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 160 of file ov-class.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 163 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_perm_matrix.
Definition at line 737 of file ov-base.cc.
References gripe_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_ldiv_pm_scm(), oct_binop_ldiv_pm_sm(), oct_binop_mul_pm_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_pm(), oct_binop_pow(), and octave_value::perm_matrix_value().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_scalar_struct, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, octave_lazy_index, octave_struct, octave_base_diag< DMT, MT >, octave_base_scalar< ST >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, and octave_perm_matrix.
Definition at line 331 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::ipermute(), and octave_value::permute().
Reimplemented from octave_base_value.
Definition at line 1153 of file ov-class.cc.
References print_raw().
Reimplemented in octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_fcn_handle, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_cell, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_char_matrix_str, and octave_lazy_index.
Definition at line 607 of file ov-base.h.
Referenced by octave_value::print_as_scalar(), and octave_base_value::print_name_tag().
|
virtualinherited |
Reimplemented in octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, and octave_lazy_index.
Definition at line 447 of file ov-base.cc.
References octave_base_value::type_name().
Referenced by octave_value::print_info().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1169 of file ov-class.cc.
References octave_base_value::indent(), octave_base_value::newline(), and Vcompact_format.
Reimplemented from octave_base_value.
Definition at line 1159 of file ov-class.cc.
References class_name(), octave_base_value::indent(), and octave_base_value::newline().
Referenced by print().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1183 of file ov-class.cc.
References class_name(), octave_base_value::count, feval(), symbol_table::find_method(), octave_value::function_value(), octave_base_value::indent(), octave_value::is_defined(), octave_base_value::newline(), octave_base_value::octave_value, and octave_value_list::stash_name_tags().
Reimplemented in octave_range.
Definition at line 924 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_jit_cast_range_any(), and octave_value::range_value().
Definition at line 1215 of file ov-class.cc.
References c_name, octave_value::do_multi_index_op(), error_state, exemplar_map, symbol_table::find_method(), octave_value::function_value(), interpreter_try(), octave_function::is_class_constructor(), octave_value::is_defined(), octave_value::is_function(), octave_value_list::length(), and warning().
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
Definition at line 1280 of file ov-class.cc.
References octave_map::begin(), c_name, class_name(), octave_map::contains(), octave_map::contents(), octave_map::end(), exemplar_map, is_object(), octave_map::key(), map, parent_list, and octave_class::exemplar_info::parents().
Referenced by load_ascii(), load_binary(), load_hdf5(), and read_mat5_binary_element().
Reimplemented from octave_base_value.
Definition at line 67 of file ov-class.cc.
Referenced by install_types().
Definition at line 779 of file ov-base.h.
Referenced by octave_jit_cast_complex_any(), octave_jit_cast_matrix_any(), octave_jit_cast_range_any(), octave_jit_cast_scalar_any(), octave_jit_release_any(), and octave_java::~octave_java().
Definition at line 1494 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 136 of file ov-class.h.
References map, map_value(), octave_value(), and octave_map::reshape().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 143 of file ov-class.h.
References map, octave_value(), and octave_map::resize().
|
inlineinherited |
Definition at line 294 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_sparse_bool_matrix::complex_value(), octave_sparse_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_float_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_matrix::complex_value(), octave_char_matrix::double_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_bool_matrix::double_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_matrix::float_complex_value(), octave_char_matrix::float_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_bool_matrix::float_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_value::rows(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), octave_float_matrix::save_ascii(), octave_bool_matrix::save_ascii(), and octave_matrix::save_ascii().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1332 of file ov-class.cc.
References octave_map::begin(), class_name(), octave_map::contents(), octave_map::end(), error_state, feval(), load_path::find_method(), octave_map::key(), map, map_value(), octave_map::nfields(), octave_class(), and save_ascii_data().
Reimplemented from octave_base_value.
Definition at line 1456 of file ov-class.cc.
References octave_map::begin(), class_name(), octave_map::contents(), octave_map::end(), error_state, feval(), load_path::find_method(), octave_map::key(), map, map_value(), octave_map::nfields(), octave_class(), and save_binary_data().
Reimplemented from octave_base_value.
Definition at line 1587 of file ov-class.cc.
References add_hdf5_data(), octave_map::begin(), c_name, class_name(), octave_map::contents(), octave_map::end(), error_state, feval(), load_path::find_method(), octave_map::key(), map, map_value(), and octave_class().
|
virtualinherited |
Reimplemented in octave_scalar_struct, and octave_oncleanup.
Definition at line 940 of file ov-base.cc.
References octave_map::checkelem(), error(), error_state, octave_base_value::map_value(), and octave_map::numel().
Referenced by octave_value::scalar_map_value().
|
inlinevirtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_lazy_index, octave_bool, octave_float_scalar, octave_matrix, octave_scalar, OCTAVE_VALUE_INT_MATRIX_T, octave_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_bool_matrix, octave_perm_matrix, octave_complex, octave_sparse_complex_matrix, octave_sparse_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_bool_matrix, octave_char_matrix, and octave_float_complex.
Definition at line 473 of file ov-base.h.
References octave_value::double_value().
Referenced by oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_ldiv(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_pow(), oct_binop_sub_sm_dm(), oct_catop_b_sm(), oct_catop_s_sbm(), oct_catop_s_scm(), oct_catop_s_sm(), and octave_value::scalar_value().
|
inlinevirtualinherited |
Reimplemented in octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_cell, octave_char_matrix_str, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, and octave_base_scalar< bool >.
Definition at line 621 of file ov-base.h.
Referenced by octave_value::short_disp().
|
virtualinherited |
Definition at line 479 of file ov-base.cc.
Referenced by octave_value::short_value().
Reimplemented from octave_base_value.
Definition at line 416 of file ov-class.cc.
References called_from_builtin(), class_name(), octave_base_value::count, dims(), error(), feval(), symbol_table::find_method(), octave_value::function_value(), in_class_method(), octave_value::is_defined(), octave_value_list::length(), dim_vector::length(), and Matrix::resize().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_range, octave_char_matrix_str, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1144 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::sort().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_matrix, octave_range, octave_char_matrix_str, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_cell, octave_lazy_index, octave_base_scalar< ST >, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1152 of file ov-base.cc.
References gripe_wrong_type_arg(), octave_base_value::octave_value, and octave_base_value::type_name().
|
virtualinherited |
Reimplemented in octave_matrix, octave_range, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_scalar< ST >, octave_cell, octave_base_scalar< double >, octave_base_scalar< float >, octave_base_scalar< T >, octave_base_scalar< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, and octave_perm_matrix.
Definition at line 1169 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::sort_rows_idx().
|
virtualinherited |
Reimplemented in octave_bool, octave_bool_matrix, octave_perm_matrix, octave_sparse_matrix, octave_sparse_bool_matrix, and octave_sparse_complex_matrix.
Definition at line 693 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_el_and_pm(), oct_binop_el_or_pm(), oct_binop_eq_pm(), oct_binop_ne_pm(), oct_catop_b_sbm(), oct_catop_bm_sbm(), oct_catop_sbm_b(), oct_catop_sbm_bm(), and octave_value::sparse_bool_matrix_value().
|
virtualinherited |
Reimplemented in octave_range, octave_bool, octave_lazy_index, octave_bool_matrix, octave_matrix, octave_float_scalar, octave_scalar, octave_perm_matrix, octave_float_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_complex, octave_sparse_bool_matrix, octave_sparse_complex_matrix, and octave_float_complex.
Definition at line 684 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_scm(), oct_binop_add_dm_scm(), oct_binop_add_scm_cdm(), oct_binop_add_scm_dm(), oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_scm_pm(), oct_binop_el_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_mul_scm_cdm(), oct_binop_mul_scm_dm(), oct_binop_mul_scm_pm(), oct_binop_pow(), oct_binop_sub_cdm_scm(), oct_binop_sub_dm_scm(), oct_binop_sub_scm_cdm(), oct_binop_sub_scm_dm(), oct_catop_cm_scm(), oct_catop_cs_scm(), oct_catop_m_scm(), oct_catop_s_scm(), oct_catop_scm_cm(), oct_catop_scm_cs(), oct_catop_scm_m(), oct_catop_scm_s(), and octave_value::sparse_complex_matrix_value().
|
virtualinherited |
Reimplemented in octave_range, octave_lazy_index, octave_bool, octave_bool_matrix, octave_matrix, octave_float_scalar, octave_scalar, octave_float_matrix, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex_matrix, octave_float_complex_matrix, octave_sparse_matrix, octave_complex, octave_sparse_bool_matrix, octave_sparse_complex_matrix, and octave_float_complex.
Definition at line 675 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by oct_binop_add_cdm_sm(), oct_binop_add_dm_sm(), oct_binop_add_sm_cdm(), oct_binop_add_sm_dm(), oct_binop_div(), oct_binop_div_sm_cdm(), oct_binop_div_sm_dm(), oct_binop_div_sm_pm(), oct_binop_el_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_scm(), oct_binop_mul_pm_sm(), oct_binop_mul_scm_pm(), oct_binop_mul_sm_cdm(), oct_binop_mul_sm_dm(), oct_binop_mul_sm_pm(), oct_binop_pow(), oct_binop_sub_cdm_sm(), oct_binop_sub_dm_sm(), oct_binop_sub_sm_cdm(), oct_binop_sub_sm_dm(), 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(), oct_catop_s_sm(), oct_catop_sbm_m(), oct_catop_sbm_s(), oct_catop_sm_b(), oct_catop_sm_bm(), oct_catop_sm_cm(), oct_catop_sm_cs(), oct_catop_sm_m(), oct_catop_sm_s(), and octave_value::sparse_matrix_value().
|
virtualinherited |
Reimplemented in octave_char_matrix_sq_str, octave_scalar_struct, octave_matrix, octave_range, octave_char_matrix_str, octave_struct, octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, octave_base_sparse< SparseComplexMatrix >, octave_base_matrix< MT >, octave_base_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_matrix< Cell >, octave_base_matrix< NDArray >, octave_base_matrix< FloatComplexNDArray >, octave_base_matrix< charNDArray >, octave_base_matrix< T >, octave_base_matrix< ComplexNDArray >, octave_base_matrix< FloatNDArray >, octave_base_matrix< boolNDArray >, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, 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< OCTAVE_INT_T >, octave_base_scalar< FloatComplex >, octave_base_scalar< Complex >, octave_base_scalar< bool >, octave_lazy_index, and octave_perm_matrix.
Definition at line 125 of file ov-base.cc.
References error(), octave_base_value::octave_value, and octave_base_value::type_name().
Referenced by octave_value::squeeze().
|
inlinestatic |
Reimplemented from octave_base_value.
Definition at line 217 of file ov-class.h.
Reimplemented from octave_base_value.
Definition at line 215 of file ov-class.h.
Referenced by do_binary_op(), and do_unary_op().
|
inlinestatic |
Reimplemented from octave_base_value.
Definition at line 216 of file ov-class.h.
|
virtualinherited |
Reimplemented in octave_char_matrix_str.
Definition at line 902 of file ov-base.cc.
References octave_base_value::convert_to_str(), error_state, and octave_value::string_value().
Referenced by DEFUN(), Flasterror(), Frethrow(), Fwarning(), octave_value::string_value(), warning_enabled(), and warning_query().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 630 of file ov-class.cc.
References octave_base_value::count, and subsasgn_common().
|
private |
Definition at line 651 of file ov-class.cc.
References 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(), error(), error_state, feval(), symbol_table::find_method(), octave_value::function_value(), get_current_method_class(), gripe_failed_assignment(), gripe_indexed_cs_list(), gripe_invalid_index_for_assignment(), gripe_invalid_index_type(), in_class_method(), Cell::index(), octave_value::is_cs_list(), octave_value::is_defined(), octave_value::is_empty(), octave_value::is_map(), octave_value::is_object(), octave_value::is_user_function(), octave_value::is_zero_by_zero(), octave_value_list::length(), octave_value::length(), octave_value::list_value(), make_idx_args(), Array< T >::make_unique(), octave_value::make_unique(), map, octave_value::map_value(), numel(), Array< T >::numel(), numeric_conv(), obsolete_copies, octave_base_value::octave_value, panic_impossible, action_container::protect_var(), Cell::reshape(), octave_value_list::resize(), 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(), and octave_value::user_function_value().
Referenced by subsasgn(), and undef_subsasgn().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 87 of file ov-class.h.
References octave_value_list::length(), and octave_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 485 of file ov-class.cc.
References c_name, called_from_builtin(), class_name(), octave_base_value::count, dotref(), error_state, feval(), symbol_table::find_method(), octave_value::function_value(), gripe_invalid_index1(), gripe_invalid_index_type(), in_class_method(), Cell::index(), octave_map::index(), octave_value::is_defined(), octave_value_list::length(), Array< T >::length(), make_idx_args(), map, numel(), octave_map::numel(), octave_base_value::octave_value, panic_impossible, parent_list, and type_name().
|
virtualinherited |
Reimplemented in octave_user_function, octave_cell, octave_fcn_handle, and octave_builtin.
Definition at line 183 of file ov-base.cc.
References octave_base_value::subsref().
|
inlinevirtualinherited |
Reimplemented in octave_base_int_scalar< T >, octave_base_int_scalar< OCTAVE_INT_T >, octave_matrix, octave_sparse_complex_matrix, octave_range, octave_sparse_matrix, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_bool_matrix, octave_sparse_bool_matrix, octave_complex, octave_float_complex, octave_struct, octave_base_int_matrix< T >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_complex_diag_matrix, octave_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_lazy_index, and octave_perm_matrix.
Definition at line 240 of file ov-base.h.
Referenced by octave_value::maybe_mutate(), octave_float_complex_diag_matrix::try_narrowing_conversion(), octave_complex_diag_matrix::try_narrowing_conversion(), and octave_value::try_narrowing_conversion().
Reimplemented from octave_base_value.
Definition at line 211 of file ov-class.h.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 212 of file ov-class.h.
Referenced by as_mxArray(), map_keys(), subsasgn_common(), and subsref().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 862 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint16_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 790 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint16_scalar_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 871 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint32_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 799 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint32_scalar_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 880 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint64_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 808 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint64_scalar_value().
|
virtualinherited |
Definition at line 489 of file ov-base.cc.
Referenced by octave_value::uint64_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_range, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_lazy_index, octave_matrix, octave_float_matrix, octave_bool_matrix, octave_float_scalar, octave_scalar, octave_bool, and OCTAVE_VALUE_INT_MATRIX_T.
Definition at line 853 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint8_array_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_SCALAR_T, octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 781 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::uint8_scalar_value().
|
virtualinherited |
Definition at line 483 of file ov-base.cc.
Referenced by octave_value::uint_value().
|
virtualinherited |
Definition at line 486 of file ov-base.cc.
Referenced by octave_value::ulong_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 639 of file ov-class.cc.
References subsasgn_common().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 211 of file ov-class.cc.
References clone(), octave_base_value::count, and obsolete_copies.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1086 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, octave_map::seek(), and octave_base_value::unique_parent_class().
Referenced by subsasgn_common().
Reimplemented in octave_function.
Definition at line 1273 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::unlock().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_user_script.
Definition at line 1023 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by bp_table::do_remove_all_breakpoints_in_file(), and octave_value::user_code_value().
|
virtualinherited |
Reimplemented in octave_user_function, and octave_fcn_handle.
Definition at line 1001 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by DEFUN(), and octave_value::user_function_value().
|
virtualinherited |
Reimplemented in octave_user_script.
Definition at line 1012 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::user_script_value().
|
virtualinherited |
Definition at line 480 of file ov-base.cc.
Referenced by octave_value::ushort_value().
|
virtualinherited |
Reimplemented in OCTAVE_VALUE_INT_MATRIX_T, octave_range, octave_float_scalar, octave_scalar, octave_bool, octave_matrix, octave_bool_matrix, octave_lazy_index, octave_perm_matrix, octave_base_diag< DMT, MT >, octave_float_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_complex, octave_float_complex, octave_complex_matrix, octave_char_matrix_str, and octave_float_complex_matrix.
Definition at line 1113 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::type_name().
Referenced by octave_value::write().
|
private |
Definition at line 224 of file ov-class.h.
Referenced by all_strings(), index_vector(), load_ascii(), load_binary(), load_hdf5(), reconstruct_exemplar(), reconstruct_parents(), save_hdf5(), and subsref().
|
protectedinherited |
Definition at line 815 of file ov-base.h.
Referenced by octave_value::assign(), octave_diag_matrix::do_index_op(), octave_perm_matrix::do_index_op(), octave_value::do_non_const_unary_op(), octave_value::get_count(), octave_value::make_storable_value(), octave_value::make_unique(), octave_value::maybe_mutate(), numel(), octave_base_value::numeric_assign(), octave_value::octave_value(), octave_value::operator=(), print_with_name(), size(), octave_struct::subsasgn(), octave_cell::subsasgn(), subsasgn(), octave_scalar_struct::subsasgn(), subsasgn_common(), subsref(), unique_clone(), and octave_value::~octave_value().
|
static |
Definition at line 279 of file ov-class.h.
Referenced by clear_exemplar_map(), reconstruct_exemplar(), and reconstruct_parents().
|
private |
Definition at line 206 of file ov-class.h.
Referenced by all_strings(), byte_size(), dotref(), find_parent_class(), index_vector(), load_ascii(), load_binary(), load_hdf5(), octave_class(), reconstruct_parents(), reshape(), resize(), save_ascii(), save_binary(), save_hdf5(), subsasgn_common(), subsref(), and unique_parent_class().
|
private |
Definition at line 235 of file ov-class.h.
Referenced by subsasgn_common(), and unique_clone().
|
private |
Definition at line 225 of file ov-class.h.
Referenced by all_strings(), find_parent_class(), index_vector(), octave_class(), reconstruct_parents(), subsref(), and unique_parent_class().
|
staticprivate |
Definition at line 221 of file ov-class.h.
Referenced by register_type().
|
staticprivate |
Definition at line 223 of file ov-class.h.
Referenced by register_type().