#include "ov-cell.h"
Public Member Functions | |
octave_cell () | |
octave_cell (const Array< std::string > &str) | |
octave_cell (const Cell &c) | |
octave_cell (const octave_cell &c) | |
~octave_cell ()=default | |
mxArray * | as_mxArray (bool interleaved) const |
void | assign (const octave_value_list &idx, const Cell &rhs) |
void | assign (const octave_value_list &idx, const octave_value &rhs) |
virtual void | assign (const std::string &, const octave_value &) |
void | break_closure_cycles (const std::shared_ptr< octave::stack_frame > &frame) |
builtin_type_t | builtin_type () const |
std::size_t | byte_size () const |
Cell | cell_value () const |
Array< std::string > | cellstr_value () const |
Array< std::string > | cellstr_value (const char *fmt,...) const |
std::string | class_name () const |
octave_base_value * | clone () const |
octave_value | convert_to_str_internal (bool pad, bool, char type) const |
void | delete_elements (const octave_value_list &idx) |
octave_base_value * | empty_clone () const |
bool | is_constant () const |
bool | is_defined () const |
bool | is_full_num_matrix () const |
bool | is_matrix_type () const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_true () const |
bool | iscell () const |
bool | iscellstr () const |
bool | isnumeric () const |
sortmode | issorted (sortmode mode=UNSORTED) const |
octave_value_list | list_value () const |
bool | load_ascii (std::istream &is) |
bool | load_binary (std::istream &is, bool swap, octave::mach_info::float_format fmt) |
bool | load_hdf5 (octave_hdf5_id loc_id, const char *name) |
octave_value | map (unary_mapper_t umap) const |
const void * | mex_get_data () const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
bool | print_as_scalar () const |
bool | print_name_tag (std::ostream &os, const std::string &name) const |
void | print_raw (std::ostream &os, bool pr_as_read_syntax=false) const |
bool | save_ascii (std::ostream &os) |
bool | save_binary (std::ostream &os, bool save_as_floats) |
bool | save_hdf5 (octave_hdf5_id loc_id, const char *name, bool save_as_floats) |
void | short_disp (std::ostream &os) const |
octave_value_list | simple_subsref (char type, octave_value_list &idx, int nargout) |
octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
string_vector | string_vector_value (bool pad=false) const |
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
int | type_id () const |
std::string | type_name () const |
Public Member Functions inherited from octave_base_matrix< Cell > | |
octave_base_matrix () | |
octave_base_matrix (const Cell &m, const MatrixType &t=MatrixType()) | |
octave_base_matrix (const octave_base_matrix &m) | |
~octave_base_matrix () | |
octave_value | all (int dim=0) const |
octave_value | any (int dim=0) const |
void | assign (const octave_value_list &idx, const Cell &rhs) |
void | assign (const octave_value_list &idx, typename MT::element_type rhs) |
virtual void | assign (const std::string &, const octave_value &) |
std::size_t | byte_size () const |
void | delete_elements (const octave_value_list &idx) |
octave_value | diag (octave_idx_type k=0) const |
octave_value | diag (octave_idx_type m, octave_idx_type n) const |
dim_vector | dims () const |
octave_value | do_index_op (const octave_value_list &idx, bool resize_ok=false) |
std::string | edit_display (const float_display_format &fmt, octave_idx_type i, octave_idx_type j) const |
octave_value | fast_elem_extract (octave_idx_type n) const |
bool | fast_elem_insert (octave_idx_type n, const octave_value &x) |
octave_value | full_value () const |
float_display_format | get_edit_display_format () const |
bool | is_constant () const |
bool | is_defined () const |
bool | is_full_num_matrix () const |
bool | is_matrix_type () const |
sortmode | is_sorted_rows (sortmode mode=UNSORTED) const |
bool | is_true () const |
bool | isnumeric () const |
sortmode | issorted (sortmode mode=UNSORTED) const |
Cell & | matrix_ref () |
const Cell & | matrix_ref () const |
MatrixType | matrix_type () const |
MatrixType | matrix_type (const MatrixType &_typ) const |
void | maybe_economize () |
const void * | mex_get_data () const |
int | ndims () const |
octave_idx_type | nnz () const |
octave_idx_type | numel () const |
octave_value | permute (const Array< int > &vec, bool inv=false) const |
void | print (std::ostream &os, bool pr_as_read_syntax=false) |
bool | print_as_scalar () const |
void | print_info (std::ostream &os, const std::string &prefix) const |
octave_value | reshape (const dim_vector &new_dims) const |
octave_value | resize (const dim_vector &dv, bool fill=false) const |
void | short_disp (std::ostream &os) const |
octave_value_list | simple_subsref (char type, octave_value_list &idx, int nargout) |
octave_value | sort (Array< octave_idx_type > &sidx, octave_idx_type dim=0, sortmode mode=ASCENDING) const |
octave_value | sort (octave_idx_type dim=0, sortmode mode=ASCENDING) const |
Array< octave_idx_type > | sort_rows_idx (sortmode mode=ASCENDING) const |
octave_value | squeeze () const |
octave_value | subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx) |
virtual octave_value | subsref (const std::string &type, const std::list< octave_value_list > &idx, bool auto_add) |
virtual octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int nargout) |
octave_value_list | subsref (const std::string &type, const std::list< octave_value_list > &idx, int) |
Public Member Functions inherited from octave_base_value | |
octave_base_value () | |
octave_base_value (const octave_base_value &) | |
virtual | ~octave_base_value ()=default |
virtual NDArray | array_value (bool=false) const |
virtual octave_value | as_double () const |
virtual octave_value | as_double_or_copy () |
virtual octave_value | as_int16 () const |
virtual octave_value | as_int32 () const |
virtual octave_value | as_int64 () const |
virtual octave_value | as_int8 () const |
virtual octave_value | as_single () const |
virtual octave_value | as_uint16 () const |
virtual octave_value | as_uint32 () const |
virtual octave_value | as_uint64 () const |
virtual octave_value | as_uint8 () const |
virtual void | assign (const std::string &, const octave_value &) |
virtual boolNDArray | bool_array_value (bool=false) const |
virtual boolMatrix | bool_matrix_value (bool=false) const |
virtual bool | bool_value (bool=false) const |
virtual void | call_object_destructor () |
virtual charNDArray | char_array_value (bool=false) const |
virtual charMatrix | char_matrix_value (bool force=false) const |
virtual octave_classdef * | classdef_object_value (bool silent=false) |
octave_idx_type | columns () const |
virtual ComplexNDArray | complex_array_value (bool=false) const |
virtual ComplexDiagMatrix | complex_diag_matrix_value (bool=false) const |
virtual ComplexMatrix | complex_matrix_value (bool=false) const |
virtual Complex | complex_value (bool=false) const |
virtual void | convert_to_row_or_column_vector () |
virtual octave_value | convert_to_str (bool pad=false, bool force=false, char type='\'') const |
virtual DiagMatrix | diag_matrix_value (bool=false) const |
virtual double | double_value (bool=false) const |
virtual octave_value | dump () const |
virtual void | erase_subfunctions () |
virtual bool | fast_elem_insert_self (void *where, builtin_type_t btyp) const |
virtual octave_fcn_handle * | fcn_handle_value (bool silent=false) |
virtual octave_base_value * | find_parent_class (const std::string &) |
virtual FloatNDArray | float_array_value (bool=false) const |
virtual FloatComplexNDArray | float_complex_array_value (bool=false) const |
virtual FloatComplexDiagMatrix | float_complex_diag_matrix_value (bool=false) const |
virtual FloatComplexMatrix | float_complex_matrix_value (bool=false) const |
virtual FloatComplex | float_complex_value (bool=false) const |
virtual FloatDiagMatrix | float_diag_matrix_value (bool=false) const |
virtual FloatMatrix | float_matrix_value (bool=false) const |
virtual float | float_scalar_value (bool frc_str_conv=false) const |
virtual float | float_value (bool=false) const |
virtual octave_function * | function_value (bool silent=false) |
virtual octave_function * | get_cached_fcn (const octave_value_list &) |
virtual octave_function * | get_cached_fcn (void *, void *) |
virtual bool | has_function_cache () const |
virtual octave::idx_vector | index_vector (bool require_integers=false) const |
virtual int16NDArray | int16_array_value () const |
virtual octave_int16 | int16_scalar_value () const |
virtual int32NDArray | int32_array_value () const |
virtual octave_int32 | int32_scalar_value () const |
virtual int64NDArray | int64_array_value () const |
virtual octave_int64 | int64_scalar_value () const |
virtual int64_t | int64_value (bool=false, bool=false) const |
virtual int8NDArray | int8_array_value () const |
virtual octave_int8 | int8_scalar_value () const |
virtual int | int_value (bool=false, bool=false) const |
virtual bool | is_all_va_args () const |
virtual bool | is_anonymous_function () const |
virtual bool | is_bool_matrix () const |
virtual bool | is_bool_scalar () const |
virtual bool | is_builtin_function () const |
virtual bool | is_char_matrix () const |
virtual bool | is_classdef_meta () const |
virtual bool | is_classdef_object () const |
virtual bool | is_classdef_superclass_ref () const |
virtual bool | is_complex_matrix () const |
virtual bool | is_complex_scalar () const |
virtual bool | is_cs_list () const |
virtual bool | is_diag_matrix () const |
virtual bool | is_dld_function () const |
virtual bool | is_double_type () const |
virtual bool | is_function () const |
virtual bool | is_function_cache () const |
virtual bool | is_function_handle () const |
virtual bool | is_inline_function () const |
virtual bool | is_instance_of (const std::string &) const |
virtual bool | is_int16_type () const |
virtual bool | is_int32_type () const |
virtual bool | is_int64_type () const |
virtual bool | is_int8_type () const |
virtual bool | is_legacy_object () const |
virtual bool | is_magic_colon () const |
virtual bool | is_magic_int () const |
virtual bool | is_maybe_function () const |
virtual bool | is_mex_function () const |
virtual bool | is_package () const |
virtual bool | is_perm_matrix () const |
virtual bool | is_range () const |
virtual bool | is_real_matrix () const |
virtual bool | is_real_scalar () const |
virtual bool | is_scalar_type () const |
virtual bool | is_single_type () const |
virtual bool | is_sq_string () const |
virtual bool | is_storable () const |
virtual bool | is_string () const |
virtual bool | is_uint16_type () const |
virtual bool | is_uint32_type () const |
virtual bool | is_uint64_type () const |
virtual bool | is_uint8_type () const |
virtual bool | is_user_code () const |
virtual bool | is_user_function () const |
virtual bool | is_user_script () const |
bool | is_zero_by_zero () const |
virtual bool | iscomplex () const |
bool | isempty () const |
virtual bool | isfield (const std::string &) const |
virtual bool | isfloat () const |
virtual bool | isinteger () const |
virtual bool | isjava () const |
virtual bool | islocked () const |
virtual bool | islogical () const |
virtual bool | isnull () const |
virtual bool | isobject () const |
virtual bool | isreal () const |
virtual bool | issparse () const |
virtual bool | isstruct () const |
virtual void | lock () |
virtual long int | long_value (bool=false, bool=false) const |
virtual octave_base_value * | make_storable_value () |
virtual string_vector | map_keys () const |
virtual octave_map | map_value () const |
virtual Matrix | matrix_value (bool=false) const |
virtual void | maybe_call_dtor () |
virtual const octave_idx_type * | mex_get_ir () const |
virtual const octave_idx_type * | mex_get_jc () const |
virtual octave_idx_type | nfields () const |
virtual int | nint_value (bool=false) const |
virtual std::size_t | nparents () const |
virtual type_conv_info | numeric_conversion_function () const |
virtual type_conv_info | numeric_demotion_function () const |
virtual octave_idx_type | nzmax () const |
virtual std::list< std::string > | parent_class_name_list () const |
virtual string_vector | parent_class_names () const |
virtual PermMatrix | perm_matrix_value () const |
virtual void | print_with_name (std::ostream &output_buf, const std::string &name, bool print_padding=true) |
virtual octave::range< double > | range_value () const |
octave_idx_type | rows () const |
virtual octave_scalar_map | scalar_map_value () const |
virtual double | scalar_value (bool frc_str_conv=false) const |
virtual short int | short_value (bool=false, bool=false) const |
virtual octave_value | simple_subsasgn (char type, octave_value_list &idx, const octave_value &rhs) |
virtual Matrix | size () |
virtual SparseBoolMatrix | sparse_bool_matrix_value (bool=false) const |
virtual SparseComplexMatrix | sparse_complex_matrix_value (bool=false) const |
virtual SparseMatrix | sparse_matrix_value (bool=false) const |
virtual octave_value | storable_value () |
virtual std::string | string_value (bool force=false) const |
virtual octave_base_value * | try_narrowing_conversion () |
virtual uint16NDArray | uint16_array_value () const |
virtual octave_uint16 | uint16_scalar_value () const |
virtual uint32NDArray | uint32_array_value () const |
virtual octave_uint32 | uint32_scalar_value () const |
virtual uint64NDArray | uint64_array_value () const |
virtual octave_uint64 | uint64_scalar_value () const |
virtual uint64_t | uint64_value (bool=false, bool=false) const |
virtual uint8NDArray | uint8_array_value () const |
virtual octave_uint8 | uint8_scalar_value () const |
virtual unsigned int | uint_value (bool=false, bool=false) const |
virtual unsigned long int | ulong_value (bool=false, bool=false) const |
virtual octave_value | undef_subsasgn (const std::string &type, const std::list< octave_value_list > &idx, const octave_value &rhs) |
virtual octave_base_value * | unique_clone () |
virtual octave_base_value * | unique_parent_class (const std::string &) |
virtual void | unlock () |
virtual octave_user_code * | user_code_value (bool silent=false) |
virtual octave_user_function * | user_function_value (bool silent=false) |
virtual octave_user_script * | user_script_value (bool silent=false) |
virtual unsigned short int | ushort_value (bool=false, bool=false) const |
virtual int | write (octave::stream &os, int block_size, oct_data_conv::data_type output_type, int skip, octave::mach_info::float_format flt_fmt) const |
virtual octave_idx_type | xnumel (const octave_value_list &) |
virtual std::string | xstring_value () const |
Static Public Member Functions | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
Static Public Member Functions inherited from octave_base_value | |
static void | register_type () |
static void | register_type (octave::type_info &) |
static std::string | static_class_name () |
static int | static_type_id () |
static std::string | static_type_name () |
|
inline |
|
inline |
|
default |
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1480 of file ov-cell.cc.
References Array< T, Alloc >::data(), octave_base_matrix< Cell >::dims(), mxArray::get_data(), octave_base_matrix< Cell >::m_matrix, and octave_base_matrix< Cell >::numel().
void octave_cell::assign | ( | const octave_value_list & | idx, |
const Cell & | rhs | ||
) |
Definition at line 493 of file ov-cell.cc.
References octave_base_matrix< MT >::assign().
void octave_cell::assign | ( | const octave_value_list & | idx, |
const octave_value & | rhs | ||
) |
Definition at line 500 of file ov-cell.cc.
References octave_base_matrix< MT >::assign().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 148 of file ov-cell.cc.
References octave_base_matrix< Cell >::m_matrix, and Array< T, Alloc >::numel().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 129 of file ov-cell.h.
References btyp_cell.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 514 of file ov-cell.cc.
References Array< T, Alloc >::byte_size(), octave_base_matrix< Cell >::m_matrix, and octave_base_matrix< Cell >::numel().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 137 of file ov-cell.h.
Referenced by save_ascii(), save_binary(), and save_hdf5().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 681 of file ov-cell.cc.
References Cell::cellstr_value(), error(), iscellstr(), and octave_base_matrix< Cell >::m_matrix.
Referenced by is_sorted_rows(), issorted(), sort(), and sort_rows_idx().
Array<std::string> octave_cell::cellstr_value | ( | const char * | fmt, |
... | |||
) | const |
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 141 of file ov-cell.h.
References octave_value().
void octave_cell::delete_elements | ( | const octave_value_list & | idx | ) |
Definition at line 507 of file ov-cell.cc.
References octave_base_matrix< MT >::delete_elements().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
Definition at line 592 of file ov-cell.cc.
References cellstr_value(), error(), Array< T, Alloc >::is_sorted_rows(), iscellstr(), and UNSORTED.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 607 of file ov-cell.cc.
References error().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 476 of file ov-cell.cc.
References Cell::iscellstr(), and octave_base_matrix< Cell >::m_matrix.
Referenced by cellstr_value(), is_sorted_rows(), issorted(), sort(), and sort_rows_idx().
|
inlinevirtual |
Reimplemented from octave_base_value.
Reimplemented from octave_base_value.
Definition at line 562 of file ov-cell.cc.
References cellstr_value(), error(), iscellstr(), Array< T, Alloc >::issorted(), and UNSORTED.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 613 of file ov-cell.cc.
References octave_base_matrix< Cell >::m_matrix.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 843 of file ov-cell.cc.
References CELL_ELT_TAG, Array< T, Alloc >::elem(), error(), extract_keyword(), octave_base_matrix< Cell >::m_matrix, dim_vector::numel(), panic_impossible, read_text_data(), and dim_vector::resize().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 975 of file ov-cell.cc.
References CELL_ELT_TAG, Array< T, Alloc >::elem(), error(), octave_base_matrix< Cell >::m_matrix, dim_vector::numel(), read_binary_data(), dim_vector::resize(), and swap_bytes< 4 >().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1156 of file ov-cell.cc.
References H5T_NATIVE_IDX, hdf5_h5g_iterate(), load_hdf5_empty(), m, octave_base_matrix< Cell >::m_matrix, dim_vector::numel(), octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, Array< T, Alloc >::resize(), dim_vector::resize(), hdf5_callback_data::tc, and octave_base_value::warn_load().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1497 of file ov-cell.cc.
References FORWARD_MAPPER.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1043 of file ov-cell.cc.
References Array< T, Alloc >::data(), and octave_base_matrix< Cell >::m_matrix.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 699 of file ov-cell.cc.
References print_raw().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 693 of file ov-cell.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 762 of file ov-cell.cc.
References octave_base_value::indent(), octave_base_value::isempty(), octave_base_matrix< Cell >::ndims(), and octave_base_value::newline().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 705 of file ov-cell.cc.
References octave_base_value::columns(), octave_base_value::decrement_indent_level(), Array< T, Alloc >::dims(), octave_base_value::increment_indent_level(), octave_base_value::indent(), octave_base_matrix< Cell >::m_matrix, Array< T, Alloc >::ndims(), octave_base_value::newline(), octave_value::print_with_name(), octave_base_value::rows(), dim_vector::str(), and Vprint_empty_dimensions.
Referenced by print().
|
static |
Definition at line 145 of file ov-cell.cc.
|
static |
Definition at line 145 of file ov-cell.cc.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 789 of file ov-cell.cc.
References CELL_ELT_TAG, cell_value(), Array< T, Alloc >::cols(), octave_base_value::columns(), octave_base_matrix< Cell >::dims(), Array< T, Alloc >::elem(), dim_vector::ndims(), dim_vector::numel(), octave_base_value::rows(), Array< T, Alloc >::rows(), and save_text_data().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 942 of file ov-cell.cc.
References CELL_ELT_TAG, cell_value(), octave_base_matrix< Cell >::dims(), Array< T, Alloc >::elem(), dim_vector::ndims(), dim_vector::numel(), and save_binary_data().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 1050 of file ov-cell.cc.
References add_hdf5_data(), cell_value(), octave_base_matrix< Cell >::dims(), Array< T, Alloc >::elem(), floor(), H5T_NATIVE_IDX, dim_vector::ndims(), dim_vector::numel(), octave_H5P_DEFAULT, octave_H5S_ALL, OCTAVE_LOCAL_BUFFER, save_hdf5_empty(), and octave_base_value::warn_save().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 781 of file ov-cell.cc.
References Array< T, Alloc >::isempty(), and octave_base_matrix< Cell >::m_matrix.
|
virtual |
Reimplemented from octave_base_value.
Definition at line 155 of file ov-cell.cc.
References octave_value::cell_value(), octave_base_matrix< Cell >::do_index_op(), octave_value_list::empty(), error(), Array< T, Alloc >::numel(), octave_base_value::octave_value, panic_impossible, and type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 543 of file ov-cell.cc.
References octave_cell(), cellstr_value(), error(), iscellstr(), and Array< T, Alloc >::sort().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 525 of file ov-cell.cc.
References octave_cell(), cellstr_value(), error(), iscellstr(), and Array< T, Alloc >::sort().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 577 of file ov-cell.cc.
References cellstr_value(), error(), iscellstr(), and Array< T, Alloc >::sort_rows_idx().
|
inlinestatic |
|
inlinestatic |
|
virtual |
Reimplemented from octave_base_value.
Definition at line 619 of file ov-cell.cc.
References octave_base_matrix< Cell >::m_matrix, string_vector::max_length(), octave_base_matrix< Cell >::numel(), string_vector::numel(), and Cell::string_vector_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 302 of file ov-cell.cc.
References octave_value_list::all_scalars(), octave_base_matrix< MT >::assign(), octave_value::cell_value(), octave_base_matrix< MT >::delete_elements(), octave_base_matrix< Cell >::dims(), octave_base_matrix< Cell >::do_index_op(), octave_value::empty_conv(), err_indexed_cs_list(), err_nonbraced_cs_list_assignment(), error(), Cell::index(), octave_value::is_cs_list(), octave_value::is_defined(), octave_base_value::is_magic_colon(), octave_value::is_zero_by_zero(), octave_value::iscell(), octave_base_value::isempty(), octave_value::isnull(), octave_value_list::length(), octave_value::list_value(), octave_base_value::m_count, octave_base_matrix< Cell >::m_matrix, octave_value::make_unique(), Array< T, Alloc >::make_unique(), n, octave_base_matrix< Cell >::numel(), Array< T, Alloc >::numel(), dim_vector::numel(), octave_base_value::octave_value, panic_impossible, dim_vector::redim(), Cell::reshape(), octave_value::storable_value(), octave_value::subsasgn(), and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 74 of file ov-cell.h.
References octave_value_list::length(), and octave_value().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 252 of file ov-cell.cc.
References octave_value::cell_value(), octave_base_matrix< Cell >::do_index_op(), error(), octave_value::next_subsref(), Array< T, Alloc >::numel(), octave_base_value::octave_value, panic_impossible, and type_name().
|
virtual |
Reimplemented from octave_base_value.
Definition at line 199 of file ov-cell.cc.
References octave_value::cell_value(), octave_base_matrix< Cell >::do_index_op(), error(), Array< T, Alloc >::numel(), octave_base_value::octave_value, panic_impossible, and type_name().
|
inlinevirtual |
Reimplemented from octave_base_value.
|
inlinevirtual |
Reimplemented from octave_base_value.
Definition at line 193 of file ov-cell.h.
Referenced by simple_subsref(), subsasgn(), and subsref().