#include "ov-usr-fcn.h"
Definition at line 168 of file ov-usr-fcn.h.
typedef octave_base_value*(* octave_base_value::type_conv_fcn)(const octave_base_value &) [inherited] |
enum octave_base_value::unary_mapper_t [inherited] |
octave_user_function::octave_user_function | ( | symbol_table::scope_id | sid = -1 , |
|
tree_parameter_list * | pl = 0 , |
|||
tree_parameter_list * | rl = 0 , |
|||
tree_statement_list * | cl = 0 | |||
) |
Definition at line 179 of file ov-usr-fcn.cc.
References symbol_table::set_curr_fcn().
octave_user_function::~octave_user_function | ( | void | ) |
Definition at line 201 of file ov-usr-fcn.cc.
References cmd_list, symbol_table::erase_scope(), lead_comm, local_scope, param_list, ret_list, and trail_comm.
octave_user_function::octave_user_function | ( | const octave_user_function & | fn | ) | [private] |
void octave_user_function::accept | ( | tree_walker & | tw | ) | [virtual] |
Reimplemented from octave_function.
Definition at line 523 of file ov-usr-fcn.cc.
References tree_walker::visit_octave_user_function().
octave_value octave_base_value::all | ( | int | = 0 |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_range, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 359 of file ov-base.cc.
Referenced by octave_value::all().
string_vector octave_base_value::all_strings | ( | bool | pad = false |
) | const [virtual, inherited] |
Reimplemented in octave_cell, octave_class, and octave_char_matrix_str.
Definition at line 877 of file ov-base.cc.
References octave_value::all_strings(), octave_base_value::convert_to_str(), and error_state.
Referenced by octave_value::all_strings().
octave_value_list octave_user_function::all_va_args | ( | const octave_value_list & | args | ) |
Definition at line 293 of file ov-usr-fcn.cc.
References octave_value_list::length(), num_named_args, and octave_value_list::slice().
Referenced by do_multi_index_op().
octave_value octave_base_value::any | ( | int | = 0 |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_complex, octave_float_scalar, octave_float_complex, octave_lazy_index, octave_perm_matrix, octave_range, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 365 of file ov-base.cc.
Referenced by octave_value::any().
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_float_scalar, octave_float_complex, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 551 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::array_value().
mxArray * octave_base_value::as_mxArray | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_char_matrix, octave_class, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 1110 of file ov-base.cc.
Referenced by octave_value::as_mxArray().
virtual void octave_base_value::assign | ( | const std::string & | , | |
const octave_value & | ||||
) | [inline, virtual, inherited] |
Reimplemented in octave_class.
void octave_user_function::bind_automatic_vars | ( | const string_vector & | arg_names, | |
int | nargin, | |||
int | nargout, | |||
const octave_value_list & | va_args, | |||
const std::list< octave_lvalue > * | lvalue_list | |||
) | [private] |
Definition at line 570 of file ov-usr-fcn.cc.
References octave_value_list::cell_value(), string_vector::empty(), symbol_table::mark_automatic(), symbol_table::mark_hidden(), octave_value(), and symbol_table::varref().
Referenced by do_multi_index_op().
tree_statement_list* octave_user_function::body | ( | void | ) | [inline, virtual] |
Implements octave_user_code.
Definition at line 322 of file ov-usr-fcn.h.
Referenced by octave_fcn_binder::maybe_binder(), octave_fcn_handle::print_raw(), tree_print_code::visit_octave_user_function(), tree_checker::visit_octave_user_function(), and tree_breakpoint::visit_octave_user_function().
boolNDArray octave_base_value::bool_array_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 638 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::bool_array_value().
boolMatrix octave_base_value::bool_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 629 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::bool_matrix_value().
Reimplemented in octave_bool, octave_complex, octave_float_scalar, octave_float_complex, OCTAVE_VALUE_INT_SCALAR_T, and octave_scalar.
Definition at line 621 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::bool_value(), and oct_assignop_conv_and_assign().
virtual builtin_type_t octave_base_value::builtin_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_char_matrix, octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_fcn_handle, octave_float_scalar, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_scalar, octave_struct, and octave_scalar_struct.
Definition at line 380 of file ov-base.h.
Referenced by octave_value::builtin_type().
virtual size_t octave_base_value::byte_size | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_class, octave_lazy_index, octave_perm_matrix, octave_range, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 314 of file ov-base.h.
Referenced by octave_value::byte_size().
virtual octave_idx_type octave_base_value::capacity | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 312 of file ov-base.h.
References octave_value::numel().
Referenced by octave_value::capacity().
Cell octave_base_value::cell_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_cell.
Definition at line 527 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::cell_value().
Array< std::string > octave_base_value::cellstr_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_cell, and octave_char_matrix_str.
Definition at line 903 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::cellstr_value().
charNDArray octave_base_value::char_array_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 660 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::char_array_value().
charMatrix octave_base_value::char_matrix_value | ( | bool | force = false |
) | const [virtual, inherited] |
Reimplemented in octave_char_matrix.
Definition at line 647 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().
octave_base_value * octave_function::clone | ( | void | ) | const [virtual, inherited] |
Reimplemented from octave_base_value.
Definition at line 34 of file ov-fcn.cc.
References panic_impossible.
octave_idx_type octave_base_value::columns | ( | void | ) | const [inline, inherited] |
Definition at line 300 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_bool_matrix::as_mxArray(), octave_value::columns(), octave_sparse_matrix::complex_value(), octave_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_float_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_sparse_bool_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_base_diag< DMT, MT >::complex_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_char_matrix::double_value(), octave_bool_matrix::double_value(), octave_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_base_diag< DMT, MT >::float_complex_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_char_matrix::float_value(), octave_bool_matrix::float_value(), pr_where(), octave_cell::print_raw(), octave_matrix::save_ascii(), octave_float_matrix::save_ascii(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), and octave_bool_matrix::save_ascii().
ComplexNDArray octave_base_value::complex_array_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 603 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::complex_array_value().
ComplexDiagMatrix octave_base_value::complex_diag_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, and octave_diag_matrix.
Definition at line 709 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::complex_diag_matrix_value(), octave_base_diag< DMT, MT >::complex_matrix_value(), and octave_base_diag< DMT, MT >::sparse_complex_matrix_value().
ComplexMatrix octave_base_value::complex_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 585 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::complex_matrix_value().
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 567 of file ov-base.cc.
References gripe_wrong_type_arg(), and lo_ieee_nan_value().
Referenced by octave_value::complex_value().
void octave_base_value::convert_to_row_or_column_vector | ( | void | ) | [virtual, inherited] |
Definition at line 391 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::convert_to_row_or_column_vector().
octave_value octave_base_value::convert_to_str | ( | bool | pad = false , |
|
bool | force = false , |
|||
char | type = '\'' | |||
) | const [virtual, inherited] |
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(), and octave_value::type_name().
Referenced by octave_base_value::all_strings(), octave_base_value::char_matrix_value(), octave_value::convert_to_str(), octave_scalar::map(), octave_matrix::map(), and octave_base_value::string_value().
octave_value octave_base_value::convert_to_str_internal | ( | bool | pad, | |
bool | force, | |||
char | type | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_char_matrix, octave_fcn_inline, octave_float_scalar, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_base_int_scalar< OCTAVE_INT_T >.
Definition at line 383 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_base_value::convert_to_str(), and octave_value::convert_to_str_internal().
int octave_base_value::current_print_indent_level | ( | void | ) | const [inline, protected, inherited] |
Definition at line 773 of file ov-base.h.
Referenced by octave_char_matrix_str::print_raw(), octave_matrix::print_raw(), octave_range::print_raw(), octave_perm_matrix::print_raw(), octave_float_matrix::print_raw(), octave_float_complex_matrix::print_raw(), octave_fcn_inline::print_raw(), octave_fcn_handle::print_raw(), octave_complex_matrix::print_raw(), octave_char_matrix::print_raw(), octave_bool_matrix::print_raw(), octave_base_int_matrix< T >::print_raw(), and octave_base_diag< DMT, MT >::print_raw().
void octave_base_value::decrement_indent_level | ( | void | ) | const [inline, protected, inherited] |
Definition at line 770 of file ov-base.h.
Referenced by octave_scalar_struct::print_raw(), octave_struct::print_raw(), and octave_cell::print_raw().
octave_user_function* octave_user_function::define_param_list | ( | tree_parameter_list * | t | ) |
octave_user_function * octave_user_function::define_ret_list | ( | tree_parameter_list * | t | ) |
Definition at line 213 of file ov-usr-fcn.cc.
References ret_list.
octave_value octave_base_value::diag | ( | octave_idx_type | k = 0 |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_complex_matrix, octave_float_complex_matrix, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1116 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_value::diag().
DiagMatrix octave_base_value::diag_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, and octave_diag_matrix.
Definition at line 693 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::diag_matrix_value(), octave_base_diag< DMT, MT >::matrix_value(), and octave_base_diag< DMT, MT >::sparse_matrix_value().
virtual dim_vector octave_base_value::dims | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_class, octave_cs_list, octave_fcn_handle, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 291 of file ov-base.h.
Referenced by octave_value::dims(), octave_base_value::dump(), octave_base_value::numel(), and octave_base_value::size().
std::string octave_function::dir_name | ( | void | ) | const [inline, inherited] |
Definition at line 113 of file ov-fcn.h.
Referenced by symbol_table::fcn_info::fcn_info_rep::x_builtin_find(), and symbol_table::fcn_info::fcn_info_rep::xfind().
std::string octave_function::dispatch_class | ( | void | ) | const [inline, inherited] |
Definition at line 95 of file ov-fcn.h.
Referenced by octave_class::get_current_method_class(), and octave_class::in_class_method().
octave_value octave_base_value::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_sparse< T >, octave_bool, octave_complex, octave_float_scalar, octave_float_complex, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_scalar, octave_char_matrix_str, octave_char_matrix_sq_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 193 of file ov-base.cc.
References error(), and octave_base_value::octave_value.
Referenced by octave_value::do_index_op(), and octave_base_scalar< ST >::subsref().
octave_value_list octave_user_function::do_multi_index_op | ( | int | nargout, | |
const octave_value_list & | args, | |||
const std::list< octave_lvalue > * | lvalue_list | |||
) | [virtual] |
Reimplemented from octave_base_value.
Definition at line 361 of file ov-usr-fcn.cc.
References tree_statement_list::accept(), unwind_protect::add_fcn(), unwind_protect::add_method(), all_va_args(), octave_call_stack::backtrace_error_message(), BEGIN_PROFILER_BLOCK, bind_automatic_vars(), tree_break_command::breaking, call_depth, octave_value::cell_value(), symbol_table::clear_variables(), cmd_list, tree_parameter_list::convert_to_const_vector(), curr_unwind_protect_frame, current_evaluator, tree_parameter_list::define_from_arg_vector(), END_PROFILER_BLOCK, error(), error_state, octave_base_list< elt_type >::front(), tree_parameter_list::initialize_undefined_elements(), is_anonymous_function(), octave_value::is_defined(), is_inline_function(), octave_base_list< elt_type >::length(), octave_value_list::length(), local_scope, octave_function::my_name, octave_value_list::name_tags(), param_list, octave_call_stack::pop(), symbol_table::pop_context(), print_code_function_header(), print_code_function_trailer(), profiler_name(), unwind_protect::protect_var(), octave_call_stack::push(), symbol_table::push_context(), ret_list, tree_return_command::returning, tree_expression::rvalue(), tree_evaluator::statement_context, tree_parameter_list::takes_varargs(), tree_parameter_list::undefine(), tree_parameter_list::varargs_only(), symbol_table::varval(), Vecho_executing_commands, and Vmax_recursion_depth.
octave_value_list octave_user_function::do_multi_index_op | ( | int | nargout, | |
const octave_value_list & | args | |||
) | [virtual] |
Reimplemented from octave_base_value.
Definition at line 354 of file ov-usr-fcn.cc.
Referenced by subsref().
std::string octave_function::doc_string | ( | void | ) | const [inline, inherited] |
Definition at line 143 of file ov-fcn.h.
Referenced by raw_help_from_symbol_table().
void octave_function::document | ( | const std::string & | ds | ) | [inline, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 511 of file ov-base.cc.
References gripe_wrong_type_arg(), and lo_ieee_nan_value().
Referenced by octave_value::double_value().
void octave_base_value::dump | ( | std::ostream & | os | ) | const [virtual, inherited] |
Definition at line 1254 of file ov-base.cc.
References octave_base_value::dims(), and dim_vector::str().
Referenced by octave_value::dump().
octave_base_value * octave_function::empty_clone | ( | void | ) | const [virtual, inherited] |
Reimplemented from octave_base_value.
Definition at line 41 of file ov-fcn.cc.
References panic_impossible.
void octave_user_function::erase_subfunctions | ( | void | ) | [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 234 of file ov-usr-fcn.h.
References symbol_table::erase_subfunctions_in_scope().
octave_value octave_base_value::fast_elem_extract | ( | octave_idx_type | n | ) | const [virtual, inherited] |
Reimplemented in octave_base_matrix< MT >, octave_struct, 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 1475 of file ov-base.cc.
References octave_base_value::octave_value.
Referenced by octave_value::fast_elem_extract().
bool octave_base_value::fast_elem_insert | ( | octave_idx_type | n, | |
const octave_value & | x | |||
) | [virtual, inherited] |
Reimplemented in octave_base_matrix< MT >, octave_struct, 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 1481 of file ov-base.cc.
Referenced by octave_value::fast_elem_insert().
bool octave_base_value::fast_elem_insert_self | ( | void * | where, | |
builtin_type_t | btyp | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_scalar< ST >, octave_float_scalar, octave_scalar, octave_scalar_struct, 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 1487 of file ov-base.cc.
Referenced by octave_struct::fast_elem_insert(), and octave_base_matrix< MT >::fast_elem_insert().
std::string octave_user_function::fcn_file_name | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 214 of file ov-usr-fcn.h.
Referenced by profiler_name().
octave_fcn_handle * octave_base_value::fcn_handle_value | ( | bool | silent = false |
) | [virtual, inherited] |
Reimplemented in octave_fcn_handle.
Definition at line 1022 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::fcn_handle_value().
octave_fcn_inline * octave_base_value::fcn_inline_value | ( | bool | silent = false |
) | [virtual, inherited] |
Reimplemented in octave_fcn_inline.
Definition at line 1033 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::fcn_inline_value().
virtual octave_base_value* octave_base_value::find_parent_class | ( | const std::string & | ) | [inline, virtual, inherited] |
Reimplemented in octave_class.
Definition at line 574 of file ov-base.h.
Referenced by octave_value::find_parent_class(), octave_class::find_parent_class(), and octave_class::unique_parent_class().
FloatNDArray octave_base_value::float_array_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_float_scalar, octave_float_complex, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 559 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_array_value().
FloatComplexNDArray octave_base_value::float_complex_array_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 612 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_complex_array_value().
FloatComplexDiagMatrix octave_base_value::float_complex_diag_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, and octave_diag_matrix.
Definition at line 717 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_complex_diag_matrix_value(), and octave_base_diag< DMT, MT >::float_complex_matrix_value().
FloatComplexMatrix octave_base_value::float_complex_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 594 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_complex_matrix_value().
FloatComplex octave_base_value::float_complex_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 576 of file ov-base.cc.
References gripe_wrong_type_arg(), and lo_ieee_float_nan_value().
Referenced by octave_value::float_complex_value().
FloatDiagMatrix octave_base_value::float_diag_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, and octave_diag_matrix.
Definition at line 701 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_diag_matrix_value(), and octave_base_diag< DMT, MT >::float_matrix_value().
FloatMatrix octave_base_value::float_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 543 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::float_matrix_value().
virtual float octave_base_value::float_scalar_value | ( | bool | frc_str_conv = false |
) | const [inline, virtual, inherited] |
Reimplemented in octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_range, and octave_scalar.
Definition at line 471 of file ov-base.h.
References octave_value::float_value().
Referenced by octave_value::float_scalar_value().
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 519 of file ov-base.cc.
References gripe_wrong_type_arg(), and lo_ieee_float_nan_value().
Referenced by octave_value::float_value().
octave_value octave_base_value::full_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_range, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 133 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_value::full_value().
octave_function* octave_user_function::function_value | ( | bool | = false |
) | [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 180 of file ov-usr-fcn.h.
void octave_base_value::increment_indent_level | ( | void | ) | const [inline, protected, inherited] |
Definition at line 767 of file ov-base.h.
Referenced by octave_scalar_struct::print_raw(), octave_struct::print_raw(), and octave_cell::print_raw().
void octave_base_value::indent | ( | std::ostream & | os | ) | const [protected, inherited] |
Definition at line 1438 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_scalar_struct::print_name_tag(), octave_struct::print_name_tag(), octave_range::print_name_tag(), octave_class::print_name_tag(), octave_base_value::print_name_tag(), octave_base_scalar< ST >::print_name_tag(), octave_scalar_struct::print_raw(), octave_struct::print_raw(), octave_class::print_raw(), octave_cell::print_raw(), octave_base_scalar< ST >::print_raw(), and octave_class::print_with_name().
idx_vector octave_base_value::index_vector | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_class, octave_magic_colon, octave_complex, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 217 of file ov-base.cc.
References error().
Referenced by octave_value::index_vector().
int16NDArray octave_base_value::int16_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 814 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int16_array_value().
octave_int16 octave_base_value::int16_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 742 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int16_scalar_value().
int32NDArray octave_base_value::int32_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 823 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int32_array_value().
octave_int32 octave_base_value::int32_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 751 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int32_scalar_value().
int64NDArray octave_base_value::int64_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 832 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int64_array_value().
octave_int64 octave_base_value::int64_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 760 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int64_scalar_value().
int8NDArray octave_base_value::int8_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 805 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int8_array_value().
octave_int8 octave_base_value::int8_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 733 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::int8_scalar_value().
Referenced by octave_value::int_value().
virtual bool octave_base_value::is_all_va_args | ( | void | ) | const [inline, virtual, inherited] |
bool octave_user_function::is_anonymous_function | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 268 of file ov-usr-fcn.h.
Referenced by do_multi_index_op(), and profiler_name().
bool octave_user_function::is_anonymous_function_of_class | ( | const std::string & | cname = std::string () |
) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 271 of file ov-usr-fcn.h.
virtual bool octave_base_value::is_bool_matrix | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool_matrix, and octave_sparse_bool_matrix.
Definition at line 352 of file ov-base.h.
Referenced by octave_value::is_bool_matrix().
virtual bool octave_base_value::is_bool_scalar | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool.
Definition at line 350 of file ov-base.h.
Referenced by octave_value::is_bool_scalar().
virtual bool octave_base_value::is_bool_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, and octave_bool.
Definition at line 404 of file ov-base.h.
Referenced by octave_value::is_bool_type().
virtual bool octave_base_value::is_builtin_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_builtin, octave_dld_function, and octave_mex_function.
Definition at line 442 of file ov-base.h.
Referenced by octave_value::is_builtin_function().
virtual bool octave_base_value::is_cell | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_cell.
Definition at line 336 of file ov-base.h.
Referenced by octave_value::is_cell().
virtual bool octave_base_value::is_cellstr | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_cell.
Definition at line 338 of file ov-base.h.
Referenced by octave_value::is_cellstr().
virtual bool octave_base_value::is_char_matrix | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_char_matrix.
Definition at line 354 of file ov-base.h.
Referenced by octave_value::is_char_matrix().
bool octave_user_function::is_class_constructor | ( | const std::string & | cname = std::string () |
) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 282 of file ov-usr-fcn.h.
bool octave_user_function::is_class_method | ( | const std::string & | cname = std::string () |
) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 290 of file ov-usr-fcn.h.
virtual bool octave_base_value::is_complex_matrix | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex_diag_matrix, and octave_float_complex_matrix.
Definition at line 348 of file ov-base.h.
Referenced by octave_value::is_complex_matrix().
virtual bool octave_base_value::is_complex_scalar | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex, and octave_float_complex.
Definition at line 346 of file ov-base.h.
Referenced by octave_value::is_complex_scalar().
virtual bool octave_base_value::is_complex_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex, octave_float_complex_diag_matrix, and octave_float_complex_matrix.
Definition at line 410 of file ov-base.h.
Referenced by octave_value::is_complex_type().
virtual bool octave_base_value::is_constant | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_magic_colon, octave_cs_list, octave_lazy_index, octave_perm_matrix, octave_range, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 426 of file ov-base.h.
Referenced by octave_value::is_constant().
virtual bool octave_base_value::is_cs_list | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_cs_list.
Definition at line 370 of file ov-base.h.
Referenced by octave_value::is_cs_list().
bool octave_function::is_defined | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented from octave_base_value.
virtual bool octave_base_value::is_diag_matrix | ( | void | ) | const [inline, virtual, inherited] |
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 356 of file ov-base.h.
Referenced by octave_value::is_diag_matrix().
virtual bool octave_base_value::is_dld_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_dld_function.
Definition at line 444 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_dld_function().
virtual bool octave_base_value::is_double_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex_diag_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, and octave_scalar.
Definition at line 382 of file ov-base.h.
Referenced by octave_value::is_double_type().
bool octave_base_value::is_empty | ( | void | ) | const [inline, inherited] |
Definition at line 334 of file ov-base.h.
References octave_value::numel().
Referenced by DEFUN(), octave_value::is_empty(), octave_cell::subsasgn(), octave_base_value::subsasgn(), octave_base_sparse< T >::subsasgn(), octave_base_matrix< MT >::subsasgn(), and octave_base_diag< DMT, MT >::subsasgn().
virtual bool octave_base_value::is_float_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, and octave_scalar.
Definition at line 386 of file ov-base.h.
Referenced by octave_value::is_float_type().
bool octave_function::is_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented from octave_base_value.
virtual bool octave_base_value::is_function_handle | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_fcn_handle.
Definition at line 428 of file ov-base.h.
Referenced by octave_value::is_function_handle().
bool octave_user_function::is_inline_function | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 264 of file ov-usr-fcn.h.
Referenced by do_multi_index_op(), and profiler_name().
virtual bool octave_base_value::is_int16_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 390 of file ov-base.h.
Referenced by octave_value::is_int16_type().
virtual bool octave_base_value::is_int32_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 392 of file ov-base.h.
Referenced by octave_value::is_int32_type().
virtual bool octave_base_value::is_int64_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 394 of file ov-base.h.
Referenced by octave_value::is_int64_type().
virtual bool octave_base_value::is_int8_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 388 of file ov-base.h.
Referenced by octave_value::is_int8_type().
virtual bool octave_base_value::is_integer_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in OCTAVE_VALUE_INT_MATRIX_T, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 406 of file ov-base.h.
Referenced by octave_value::is_integer_type().
virtual bool octave_base_value::is_magic_colon | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_magic_colon.
Definition at line 372 of file ov-base.h.
Referenced by octave_value::is_magic_colon().
virtual bool octave_base_value::is_map | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_class, octave_struct, and octave_scalar_struct.
Definition at line 366 of file ov-base.h.
Referenced by DEFUN(), and octave_value::is_map().
virtual bool octave_base_value::is_matrix_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_sparse< T >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 416 of file ov-base.h.
Referenced by octave_value::is_matrix_type().
virtual bool octave_base_value::is_mex_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_mex_function.
Definition at line 446 of file ov-base.h.
Referenced by get_current_shlib(), and octave_value::is_mex_function().
virtual bool octave_base_value::is_null_value | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_null_matrix, octave_null_str, and octave_null_sq_str.
Definition at line 424 of file ov-base.h.
Referenced by octave_value::is_null_value().
virtual bool octave_base_value::is_numeric_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 418 of file ov-base.h.
Referenced by octave_base_value::convert_to_str(), octave_value::is_numeric_type(), and octave_base_value::subsasgn().
virtual bool octave_base_value::is_object | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_class, and octave_oncleanup.
Definition at line 368 of file ov-base.h.
Referenced by octave_value::is_object().
virtual bool octave_base_value::is_perm_matrix | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_perm_matrix.
Definition at line 358 of file ov-base.h.
Referenced by octave_value::is_perm_matrix().
bool octave_function::is_private_function | ( | void | ) | const [inline, inherited] |
Definition at line 104 of file ov-fcn.h.
Referenced by DEFUN(), and make_fcn_handle().
bool octave_function::is_private_function_of_class | ( | const std::string & | nm | ) | const [inline, inherited] |
Definition at line 106 of file ov-fcn.h.
Referenced by octave_class::in_class_method().
virtual bool octave_base_value::is_range | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_range.
Definition at line 364 of file ov-base.h.
Referenced by octave_value::is_range().
virtual bool octave_base_value::is_real_matrix | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_char_matrix, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_diag_matrix, octave_matrix, and octave_sparse_matrix.
Definition at line 342 of file ov-base.h.
Referenced by octave_value::is_real_matrix().
virtual bool octave_base_value::is_real_nd_array | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 344 of file ov-base.h.
Referenced by octave_value::is_real_nd_array().
virtual bool octave_base_value::is_real_scalar | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool, octave_float_scalar, and octave_scalar.
Definition at line 340 of file ov-base.h.
Referenced by octave_value::is_real_scalar().
virtual bool octave_base_value::is_real_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_float_scalar, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_base_int_scalar< OCTAVE_INT_T >.
Definition at line 408 of file ov-base.h.
Referenced by octave_value::is_real_type().
bool octave_function::is_relative | ( | void | ) | const [inline, inherited] |
Definition at line 137 of file ov-fcn.h.
Referenced by out_of_date_check().
virtual bool octave_base_value::is_scalar_type | ( | void | ) | const [inline, virtual, inherited] |
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 414 of file ov-base.h.
Referenced by octave_value::is_scalar_type().
virtual bool octave_base_value::is_single_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_diag_matrix, and octave_float_matrix.
Definition at line 384 of file ov-base.h.
Referenced by octave_value::is_single_type().
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1141 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::is_sorted().
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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 1157 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::is_sorted_rows().
virtual bool octave_base_value::is_sparse_type | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 420 of file ov-base.h.
Referenced by octave_value::is_sparse_type().
virtual bool octave_base_value::is_sq_string | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_char_matrix_sq_str.
Definition at line 362 of file ov-base.h.
Referenced by octave_value::is_dq_string(), octave_value::is_sq_string(), and octave_char_matrix_str::resize().
virtual bool octave_base_value::is_string | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_char_matrix_str.
Definition at line 360 of file ov-base.h.
Referenced by DEFUN(), octave_value::is_dq_string(), and octave_value::is_string().
bool octave_user_function::is_subfunction | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 260 of file ov-usr-fcn.h.
Referenced by profiler_name().
bool octave_user_function::is_system_fcn_file | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 230 of file ov-usr-fcn.h.
virtual bool octave_base_value::is_true | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_bool, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 422 of file ov-base.h.
Referenced by octave_value::is_true().
virtual bool octave_base_value::is_uint16_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 398 of file ov-base.h.
Referenced by octave_value::is_uint16_type().
virtual bool octave_base_value::is_uint32_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 400 of file ov-base.h.
Referenced by octave_value::is_uint32_type().
virtual bool octave_base_value::is_uint64_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 402 of file ov-base.h.
Referenced by octave_value::is_uint64_type().
virtual bool octave_base_value::is_uint8_type | ( | void | ) | const [inline, virtual, inherited] |
Definition at line 396 of file ov-base.h.
Referenced by octave_value::is_uint8_type().
bool octave_user_code::is_user_code | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented from octave_base_value.
Definition at line 55 of file ov-usr-fcn.h.
bool octave_user_function::is_user_function | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 232 of file ov-usr-fcn.h.
virtual bool octave_base_value::is_user_script | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_user_script.
Definition at line 436 of file ov-base.h.
Referenced by DEFUN(), and octave_value::is_user_script().
bool octave_function::islocked | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented from octave_base_value.
Definition at line 129 of file ov-fcn.h.
Referenced by DEFUN(), and mislocked().
octave_comment_list* octave_user_function::leading_comment | ( | void | ) | [inline] |
Definition at line 324 of file ov-usr-fcn.h.
Referenced by tree_print_code::visit_octave_user_function_header().
octave_value_list octave_base_value::list_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_cell, and octave_cs_list.
Definition at line 1044 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::list_value().
bool octave_base_value::load_ascii | ( | std::istream & | is | ) | [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_base_sparse< T >, octave_bool_matrix, octave_bool, octave_cell, octave_class, octave_complex, octave_complex_matrix, octave_fcn_handle, octave_fcn_inline, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_char_matrix_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_int_scalar< OCTAVE_INT_T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1059 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::load_ascii().
bool octave_base_value::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual, inherited] |
Reimplemented in octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_class, octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_fcn_handle, octave_fcn_inline, octave_float_scalar, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_struct, octave_scalar_struct, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_base_int_scalar< OCTAVE_INT_T >.
Definition at line 1073 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::load_binary().
bool octave_user_function::local_protect | ( | T & | variable | ) | [inline] |
Definition at line 333 of file ov-usr-fcn.h.
Referenced by try_local_protect().
void octave_function::lock | ( | void | ) | [inline, virtual, inherited] |
Reimplemented from octave_base_value.
void octave_user_function::lock_subfunctions | ( | void | ) | [virtual] |
Reimplemented from octave_function.
Definition at line 281 of file ov-usr-fcn.cc.
References local_scope.
virtual long int octave_base_value::long_value | ( | bool | = false , |
|
bool | = false | |||
) | const [virtual, inherited] |
Referenced by octave_value::long_value().
octave_value octave_base_value::map | ( | unary_mapper_t | umap | ) | const [virtual, inherited] |
Reimplemented in octave_base_sparse< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_char_matrix, octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1235 of file ov-base.cc.
References error(), octave_base_value::get_umap_name(), and octave_base_value::octave_value.
Referenced by octave_value::map().
string_vector octave_base_value::map_keys | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class, octave_struct, and octave_scalar_struct.
Definition at line 944 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::map_keys().
octave_map octave_base_value::map_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class, octave_fcn_inline, octave_oncleanup, octave_struct, and octave_scalar_struct.
Definition at line 920 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_class::dotref(), octave_value::map_value(), and octave_base_value::scalar_map_value().
void octave_user_function::mark_as_anonymous_function | ( | void | ) | [inline] |
Definition at line 266 of file ov-usr-fcn.h.
Referenced by tree_anon_fcn_handle::rvalue1().
void octave_user_function::mark_as_class_constructor | ( | void | ) | [inline] |
Definition at line 280 of file ov-usr-fcn.h.
void octave_user_function::mark_as_class_method | ( | void | ) | [inline] |
Definition at line 288 of file ov-usr-fcn.h.
void octave_user_function::mark_as_inline_function | ( | void | ) | [inline] |
Definition at line 262 of file ov-usr-fcn.h.
void octave_user_function::mark_as_private_function | ( | const std::string & | cname = std::string () |
) | [inline, virtual] |
Reimplemented from octave_function.
Definition at line 243 of file ov-usr-fcn.h.
References octave_function::mark_as_private_function(), and symbol_table::mark_subfunctions_in_scope_as_private().
void octave_user_function::mark_as_subfunction | ( | void | ) | [inline] |
Definition at line 258 of file ov-usr-fcn.h.
void octave_user_function::mark_as_system_fcn_file | ( | void | ) |
Definition at line 246 of file ov-usr-fcn.cc.
References fcn_file_in_path(), file_name, system_fcn_file, and Vfcn_file_dir.
void octave_user_function::mark_fcn_file_up_to_date | ( | const octave_time & | t | ) | [inline, virtual] |
Reimplemented from octave_function.
Definition at line 206 of file ov-usr-fcn.h.
void octave_function::mark_relative | ( | void | ) | [inline, inherited] |
Definition at line 135 of file ov-fcn.h.
Referenced by install_dld_function(), and install_mex_function().
MatrixType octave_base_value::matrix_type | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 345 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::matrix_type().
MatrixType octave_base_value::matrix_type | ( | const MatrixType & | typ | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 352 of file ov-base.cc.
References gripe_wrong_type_arg().
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 535 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::matrix_value().
virtual void octave_base_value::maybe_economize | ( | void | ) | [inline, virtual, inherited] |
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 241 of file ov-base.h.
Referenced by octave_value::maybe_economize().
virtual void* octave_base_value::mex_get_data | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_scalar< ST >, octave_base_sparse< T >, octave_bool_matrix, octave_cell, octave_char_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_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 >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 639 of file ov-base.h.
Referenced by octave_value::mex_get_data().
virtual octave_idx_type* octave_base_value::mex_get_ir | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 641 of file ov-base.h.
Referenced by octave_value::mex_get_ir().
virtual octave_idx_type* octave_base_value::mex_get_jc | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_sparse< T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 643 of file ov-base.h.
Referenced by octave_value::mex_get_jc().
std::string octave_function::name | ( | void | ) | const [inline, inherited] |
Definition at line 139 of file ov-fcn.h.
Referenced by called_from_builtin(), DEFUN(), DEFUN_DLD(), octave_call_stack::do_backtrace(), octave_call_stack::do_backtrace_error_message(), bp_table::do_get_breakpoint_list(), octave_call_stack::do_goto_frame(), octave_call_stack::do_goto_frame_relative(), do_who(), mex::function_name(), get_debug_input(), out_of_date_check(), parse_dbfunction_params(), pr_where(), print_usage(), profiler_name(), verror(), tree_evaluator::visit_function_def(), and tree_print_code::visit_octave_user_function_header().
virtual int octave_base_value::ndims | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_matrix< MT >, octave_base_scalar< ST >, 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< 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 307 of file ov-base.h.
References octave_value::dims(), and dim_vector::length().
Referenced by octave_value::ndims().
void octave_base_value::newline | ( | std::ostream & | os | ) | const [protected, inherited] |
Definition at line 1457 of file ov-base.cc.
References octave_base_value::beginning_of_line.
Referenced by octave_range::print(), octave_perm_matrix::print(), octave_oncleanup::print(), octave_fcn_inline::print(), octave_fcn_handle::print(), octave_base_sparse< T >::print(), octave_base_scalar< ST >::print(), octave_base_matrix< MT >::print(), octave_base_diag< DMT, MT >::print(), octave_scalar_struct::print_name_tag(), octave_struct::print_name_tag(), octave_range::print_name_tag(), octave_class::print_name_tag(), octave_base_value::print_name_tag(), octave_scalar_struct::print_raw(), octave_struct::print_raw(), octave_class::print_raw(), octave_cell::print_raw(), octave_class::print_with_name(), and octave_base_value::print_with_name().
octave_idx_type octave_base_value::nfields | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class, octave_struct, and octave_scalar_struct.
Definition at line 317 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::nfields().
Definition at line 488 of file ov-base.cc.
References d, octave_sparse_bool_matrix::double_value(), error(), error_state, fix(), gripe_wrong_type_arg(), and xisnan().
Referenced by DEFUN(), and octave_value::nint_value().
octave_idx_type octave_base_value::nnz | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 304 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::nnz().
size_t octave_base_value::nparents | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 952 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::nparents().
virtual octave_idx_type octave_base_value::numel | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_matrix< MT >, octave_base_scalar< ST >, octave_class, octave_lazy_index, octave_struct, octave_scalar_struct, 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< 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 310 of file ov-base.h.
References octave_value::dims(), and dim_vector::numel().
Referenced by octave_range::as_mxArray(), octave_range::char_array_value(), octave_sparse_matrix::complex_value(), octave_sparse_complex_matrix::complex_value(), octave_sparse_bool_matrix::complex_value(), octave_sparse_matrix::double_value(), octave_perm_matrix::double_value(), octave_sparse_complex_matrix::double_value(), octave_sparse_bool_matrix::double_value(), octave_base_diag< DMT, MT >::double_value(), octave_perm_matrix::float_value(), octave_base_diag< DMT, MT >::float_value(), and octave_base_value::nzmax().
octave_idx_type octave_base_value::numel | ( | const octave_value_list & | idx | ) | [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 150 of file ov-base.cc.
References octave_base_value::dims(), and dims_to_numel().
Referenced by octave_value::numel().
octave_value octave_base_value::numeric_assign | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [protected, inherited] |
Definition at line 1287 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_value::type_id(), and octave_value::type_name().
Referenced by octave_base_value::subsasgn(), octave_base_sparse< T >::subsasgn(), octave_base_scalar< ST >::subsasgn(), octave_base_matrix< MT >::subsasgn(), and octave_base_diag< DMT, MT >::subsasgn().
virtual type_conv_info octave_base_value::numeric_conversion_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_complex_diag_matrix, octave_float_complex_diag_matrix, octave_float_diag_matrix, octave_lazy_index, octave_null_matrix, octave_null_str, octave_null_sq_str, octave_perm_matrix, octave_range, octave_diag_matrix, and octave_char_matrix_str.
Definition at line 228 of file ov-base.h.
Referenced by octave_base_value::numeric_assign(), and octave_value::numeric_conversion_function().
virtual type_conv_info octave_base_value::numeric_demotion_function | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_diag_matrix, octave_matrix, and octave_scalar.
Definition at line 232 of file ov-base.h.
Referenced by octave_value::numeric_demotion_function().
octave_idx_type octave_base_value::nzmax | ( | void | ) | const [virtual, inherited] |
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().
octave_user_function& octave_user_function::operator= | ( | const octave_user_function & | fn | ) | [private] |
tree_parameter_list* octave_user_function::parameter_list | ( | void | ) | [inline] |
Definition at line 318 of file ov-usr-fcn.h.
Referenced by DEFUN(), octave_fcn_binder::maybe_binder(), octave_oncleanup::octave_oncleanup(), octave_fcn_handle::print_raw(), and tree_print_code::visit_octave_user_function_header().
std::list< std::string > octave_base_value::parent_class_name_list | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 960 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::parent_class_name_list().
string_vector octave_base_value::parent_class_names | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 969 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::parent_class_names().
std::string octave_user_function::parent_fcn_name | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 218 of file ov-usr-fcn.h.
Referenced by profiler_name().
symbol_table::scope_id octave_user_function::parent_fcn_scope | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 220 of file ov-usr-fcn.h.
Referenced by symbol_table::fcn_info::fcn_info_rep::x_builtin_find(), and symbol_table::fcn_info::fcn_info_rep::xfind().
PermMatrix octave_base_value::perm_matrix_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_perm_matrix.
Definition at line 725 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::perm_matrix_value().
octave_value octave_base_value::permute | ( | const Array< int > & | vec, | |
bool | = false | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_range, octave_char_matrix_str, octave_char_matrix_sq_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 331 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_value::ipermute(), and octave_value::permute().
void octave_base_value::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_class, octave_magic_colon, octave_fcn_handle, octave_fcn_inline, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 399 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::print(), and octave_base_value::print_with_name().
virtual bool octave_base_value::print_as_scalar | ( | void | ) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_sparse< T >, octave_cell, octave_fcn_handle, octave_lazy_index, octave_perm_matrix, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 601 of file ov-base.h.
Referenced by octave_value::print_as_scalar(), and octave_base_value::print_name_tag().
void octave_user_function::print_code_function_header | ( | void | ) | [private] |
Definition at line 553 of file ov-usr-fcn.cc.
References octave_stdout, tree_print_code::visit_octave_user_function_header(), and VPS4.
Referenced by do_multi_index_op().
void octave_user_function::print_code_function_trailer | ( | void | ) | [private] |
Definition at line 561 of file ov-usr-fcn.cc.
References octave_stdout, tree_print_code::visit_octave_user_function_trailer(), and VPS4.
Referenced by do_multi_index_op().
void octave_base_value::print_info | ( | std::ostream & | os, | |
const std::string & | prefix | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 446 of file ov-base.cc.
Referenced by octave_value::print_info().
bool octave_base_value::print_name_tag | ( | std::ostream & | os, | |
const std::string & | name | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_scalar< ST >, octave_class, octave_range, octave_struct, octave_scalar_struct, 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 411 of file ov-base.cc.
References octave_base_value::indent(), octave_base_value::newline(), octave_base_value::print_as_scalar(), and Vcompact_format.
Referenced by octave_value::print_name_tag(), and octave_base_value::print_with_name().
void octave_base_value::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_int_matrix< T >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_bool_matrix, octave_cell, octave_char_matrix, octave_class, octave_magic_colon, octave_complex_matrix, octave_fcn_handle, octave_fcn_inline, octave_float_complex_matrix, octave_float_matrix, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 405 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_base_matrix< MT >::print(), and octave_value::print_raw().
void octave_base_value::print_with_name | ( | std::ostream & | output_buf, | |
const std::string & | name, | |||
bool | print_padding = true | |||
) | [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 433 of file ov-base.cc.
References octave_base_value::newline(), octave_base_value::print(), octave_base_value::print_name_tag(), and Vcompact_format.
Referenced by octave_value::print_with_name().
std::string octave_user_function::profiler_name | ( | void | ) | const [virtual] |
Reimplemented from octave_function.
Definition at line 227 of file ov-usr-fcn.cc.
References fcn_file_name(), is_anonymous_function(), is_inline_function(), is_subfunction(), location_column, location_line, octave_function::name(), and parent_fcn_name().
Referenced by do_multi_index_op().
Range octave_base_value::range_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_range.
Definition at line 912 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::range_value().
void octave_base_value::reset | ( | void | ) | const [protected, inherited] |
Definition at line 1467 of file ov-base.cc.
References octave_base_value::beginning_of_line, and octave_base_value::curr_print_indent_level.
void octave_base_value::reset_indent_level | ( | void | ) | const [inline, protected, inherited] |
octave_value octave_base_value::reshape | ( | const dim_vector & | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_class, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 324 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_value::reshape().
octave_value octave_base_value::resize | ( | const dim_vector & | , | |
bool | fill = false | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_sparse< T >, octave_bool, octave_class, octave_complex, octave_float_scalar, octave_float_complex, OCTAVE_VALUE_INT_SCALAR_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_scalar, octave_char_matrix_str, octave_char_matrix_sq_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 338 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_base_value::empty_clone(), and octave_value::resize().
tree_parameter_list* octave_user_function::return_list | ( | void | ) | [inline] |
Definition at line 320 of file ov-usr-fcn.h.
Referenced by DEFUN(), and tree_print_code::visit_octave_user_function_header().
octave_idx_type octave_base_value::rows | ( | void | ) | const [inline, inherited] |
Definition at line 293 of file ov-base.h.
References octave_value::dims().
Referenced by octave_sparse_matrix::as_mxArray(), octave_sparse_complex_matrix::as_mxArray(), octave_sparse_bool_matrix::as_mxArray(), octave_sparse_matrix::complex_value(), octave_matrix::complex_value(), octave_perm_matrix::complex_value(), octave_float_matrix::complex_value(), octave_float_complex_matrix::complex_value(), octave_complex_matrix::complex_value(), octave_char_matrix::complex_value(), octave_sparse_bool_matrix::complex_value(), octave_bool_matrix::complex_value(), octave_base_diag< DMT, MT >::complex_value(), octave_float_complex_matrix::double_value(), octave_complex_matrix::double_value(), octave_char_matrix::double_value(), octave_bool_matrix::double_value(), octave_matrix::float_complex_value(), octave_perm_matrix::float_complex_value(), octave_float_matrix::float_complex_value(), octave_float_complex_matrix::float_complex_value(), octave_complex_matrix::float_complex_value(), octave_char_matrix::float_complex_value(), octave_bool_matrix::float_complex_value(), octave_base_diag< DMT, MT >::float_complex_value(), octave_float_complex_matrix::float_value(), octave_complex_matrix::float_value(), octave_char_matrix::float_value(), octave_bool_matrix::float_value(), octave_cell::print_raw(), octave_value::rows(), octave_matrix::save_ascii(), octave_float_matrix::save_ascii(), octave_float_complex_matrix::save_ascii(), octave_complex_matrix::save_ascii(), octave_cell::save_ascii(), and octave_bool_matrix::save_ascii().
bool octave_base_value::save_ascii | ( | std::ostream & | os | ) | [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_base_sparse< T >, octave_bool_matrix, octave_bool, octave_cell, octave_class, octave_complex, octave_complex_matrix, octave_fcn_handle, octave_fcn_inline, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_char_matrix_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, octave_base_int_scalar< OCTAVE_INT_T >, octave_base_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1052 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::save_ascii().
bool octave_base_value::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual, inherited] |
Reimplemented in octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_cell, octave_class, octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_fcn_handle, octave_fcn_inline, octave_float_scalar, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_oncleanup, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_scalar, octave_char_matrix_str, octave_struct, octave_scalar_struct, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_base_int_scalar< OCTAVE_INT_T >.
Definition at line 1066 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::save_binary().
octave_scalar_map octave_base_value::scalar_map_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_oncleanup, and octave_scalar_struct.
Definition at line 928 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().
virtual double octave_base_value::scalar_value | ( | bool | frc_str_conv = false |
) | const [inline, virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_char_matrix, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 468 of file ov-base.h.
References octave_value::double_value().
Referenced by octave_value::scalar_value().
symbol_table::scope_id octave_user_function::scope | ( | void | ) | [inline, virtual] |
Reimplemented from octave_function.
Definition at line 222 of file ov-usr-fcn.h.
Referenced by DEFUN(), octave_fcn_handle::load_ascii(), octave_fcn_handle::load_binary(), octave_fcn_handle::octave_fcn_handle(), octave_fcn_handle::save_ascii(), and octave_fcn_handle::save_binary().
virtual short int octave_base_value::short_value | ( | bool | = false , |
|
bool | = false | |||
) | const [virtual, inherited] |
Referenced by octave_value::short_value().
Matrix octave_base_value::size | ( | void | ) | [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 140 of file ov-base.cc.
References octave_base_value::dims(), and dim_vector::length().
Referenced by make_fcn_handle(), octave_fcn_binder::maybe_binder(), and octave_value::size().
octave_value octave_base_value::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1132 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
octave_value octave_base_value::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 1124 of file ov-base.cc.
References gripe_wrong_type_arg(), and octave_base_value::octave_value.
Referenced by octave_value::sort().
Array< octave_idx_type > octave_base_value::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_cell, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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 1149 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::sort_rows_idx().
SparseBoolMatrix octave_base_value::sparse_bool_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_sparse_complex_matrix, octave_perm_matrix, and octave_sparse_matrix.
Definition at line 685 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::sparse_bool_matrix_value().
SparseComplexMatrix octave_base_value::sparse_complex_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 677 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::sparse_complex_matrix_value().
SparseMatrix octave_base_value::sparse_matrix_value | ( | bool | = false |
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_sparse_bool_matrix, octave_bool, octave_complex, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, octave_perm_matrix, octave_range, octave_matrix, octave_sparse_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 669 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::sparse_matrix_value().
octave_value octave_base_value::squeeze | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_char_matrix_str, octave_char_matrix_sq_str, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 125 of file ov-base.cc.
References error(), and octave_base_value::octave_value.
Referenced by octave_value::squeeze().
void octave_function::stash_dir_name | ( | const std::string & | dir | ) | [inline, inherited] |
Definition at line 115 of file ov-fcn.h.
Referenced by tree_anon_fcn_handle::rvalue1(), and symbol_table::stash_dir_name_for_subfunctions().
void octave_function::stash_dispatch_class | ( | const std::string & | nm | ) | [inline, inherited] |
Definition at line 93 of file ov-fcn.h.
Referenced by tree_anon_fcn_handle::rvalue1().
void octave_user_function::stash_fcn_file_name | ( | const std::string & | nm | ) |
Definition at line 221 of file ov-usr-fcn.cc.
References file_name.
Referenced by tree_anon_fcn_handle::rvalue1().
void octave_user_function::stash_fcn_file_time | ( | const octave_time & | t | ) | [inline] |
Definition at line 208 of file ov-usr-fcn.h.
Definition at line 192 of file ov-usr-fcn.h.
Referenced by tree_anon_fcn_handle::rvalue1().
void octave_user_function::stash_function_name | ( | const std::string & | s | ) | [inline] |
Definition at line 256 of file ov-usr-fcn.h.
void octave_user_function::stash_leading_comment | ( | octave_comment_list * | lc | ) | [inline] |
Definition at line 202 of file ov-usr-fcn.h.
void octave_user_function::stash_parent_fcn_name | ( | const std::string & | p | ) | [inline] |
Definition at line 198 of file ov-usr-fcn.h.
Referenced by tree_anon_fcn_handle::rvalue1().
void octave_user_function::stash_parent_fcn_scope | ( | symbol_table::scope_id | ps | ) | [inline] |
Definition at line 200 of file ov-usr-fcn.h.
Referenced by octave_fcn_inline::octave_fcn_inline(), and tree_anon_fcn_handle::rvalue1().
void octave_user_function::stash_trailing_comment | ( | octave_comment_list * | tc | ) | [inline] |
Definition at line 204 of file ov-usr-fcn.h.
std::string octave_base_value::string_value | ( | bool | force = false |
) | const [virtual, inherited] |
Reimplemented in octave_char_matrix_str.
Definition at line 890 of file ov-base.cc.
References octave_base_value::convert_to_str(), error_state, and octave_value::string_value().
Referenced by DEFUN(), octave_value::string_value(), and warning_enabled().
octave_value octave_base_value::subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_base_matrix< MT >, octave_base_scalar< ST >, octave_base_sparse< T >, octave_cell, octave_class, octave_struct, octave_scalar_struct, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, octave_base_diag< DiagMatrix, Matrix >, 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< 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_sparse< SparseMatrix >, octave_base_sparse< SparseBoolMatrix >, and octave_base_sparse< SparseComplexMatrix >.
Definition at line 225 of file ov-base.cc.
References octave_value::empty_conv(), error(), octave_base_value::is_defined(), octave_base_value::is_empty(), octave_base_value::is_numeric_type(), octave_base_value::numeric_assign(), panic_impossible, octave_value::subsasgn(), and octave_value::undef_subsasgn().
Referenced by octave_value::subsasgn(), octave_class::subsasgn_common(), and octave_base_value::undef_subsasgn().
bool octave_user_function::subsasgn_optimization_ok | ( | void | ) |
Definition at line 529 of file ov-usr-fcn.cc.
References octave_base_list< elt_type >::front(), tree_decl_elt::ident(), octave_base_list< elt_type >::length(), tree_identifier::name(), param_list, ret_list, tree_parameter_list::takes_varargs(), tree_parameter_list::varargs_only(), and Voptimize_subsasgn_calls.
Referenced by octave_class::subsasgn_common().
octave_value_list octave_user_function::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | nargout, | |||
const std::list< octave_lvalue > * | lvalue_list | |||
) | [virtual] |
Reimplemented from octave_base_value.
Definition at line 314 of file ov-usr-fcn.cc.
References do_multi_index_op(), error(), and panic_impossible.
octave_value octave_user_function::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx | |||
) | [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 296 of file ov-usr-fcn.h.
References octave_value_list::length(), and octave_value().
Referenced by subsref().
octave_value octave_base_value::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
bool | auto_add | |||
) | [virtual, inherited] |
Reimplemented in octave_cell, octave_struct, and octave_scalar_struct.
Definition at line 174 of file ov-base.cc.
References octave_base_value::subsref().
octave_value_list octave_user_function::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | nargout | |||
) | [virtual] |
Reimplemented from octave_base_value.
Definition at line 306 of file ov-usr-fcn.cc.
References subsref().
bool octave_user_function::takes_var_return | ( | void | ) | const [virtual] |
Reimplemented from octave_function.
Definition at line 275 of file ov-usr-fcn.cc.
References ret_list, and tree_parameter_list::takes_varargs().
Referenced by DEFUN(), and tree_print_code::visit_octave_user_function_header().
bool octave_user_function::takes_varargs | ( | void | ) | const [virtual] |
Reimplemented from octave_function.
Definition at line 269 of file ov-usr-fcn.cc.
References param_list, and tree_parameter_list::takes_varargs().
Referenced by DEFUN(), and tree_print_code::visit_octave_user_function_header().
octave_time octave_user_function::time_checked | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 226 of file ov-usr-fcn.h.
octave_time octave_user_function::time_parsed | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_function.
Definition at line 224 of file ov-usr-fcn.h.
octave_comment_list* octave_user_function::trailing_comment | ( | void | ) | [inline] |
Definition at line 326 of file ov-usr-fcn.h.
Referenced by tree_print_code::visit_octave_user_function_trailer().
virtual octave_base_value* octave_base_value::try_narrowing_conversion | ( | void | ) | [inline, virtual, inherited] |
Reimplemented in octave_base_int_matrix< T >, octave_base_int_scalar< T >, octave_bool_matrix, octave_sparse_bool_matrix, octave_complex, octave_complex_diag_matrix, octave_complex_matrix, octave_sparse_complex_matrix, octave_float_complex, octave_float_complex_diag_matrix, octave_float_complex_matrix, octave_float_diag_matrix, octave_float_matrix, octave_lazy_index, octave_perm_matrix, octave_range, octave_diag_matrix, octave_matrix, octave_sparse_matrix, octave_struct, octave_base_int_matrix< intNDArray< OCTAVE_INT_T > >, and octave_base_int_scalar< OCTAVE_INT_T >.
Definition at line 239 of file ov-base.h.
Referenced by octave_value::maybe_mutate(), octave_value::try_narrowing_conversion(), octave_float_complex_diag_matrix::try_narrowing_conversion(), and octave_complex_diag_matrix::try_narrowing_conversion().
uint16NDArray octave_base_value::uint16_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 850 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint16_array_value().
octave_uint16 octave_base_value::uint16_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 778 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint16_scalar_value().
uint32NDArray octave_base_value::uint32_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 859 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint32_array_value().
octave_uint32 octave_base_value::uint32_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 787 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint32_scalar_value().
uint64NDArray octave_base_value::uint64_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 868 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint64_array_value().
octave_uint64 octave_base_value::uint64_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 796 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint64_scalar_value().
uint8NDArray octave_base_value::uint8_array_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_float_scalar, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, OCTAVE_VALUE_INT_SCALAR_T, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 841 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint8_array_value().
octave_uint8 octave_base_value::uint8_scalar_value | ( | void | ) | const [virtual, inherited] |
Reimplemented in octave_bool, and OCTAVE_VALUE_INT_SCALAR_T.
Definition at line 769 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::uint8_scalar_value().
virtual unsigned int octave_base_value::uint_value | ( | bool | = false , |
|
bool | = false | |||
) | const [virtual, inherited] |
Referenced by octave_value::uint_value().
virtual unsigned long int octave_base_value::ulong_value | ( | bool | = false , |
|
bool | = false | |||
) | const [virtual, inherited] |
Referenced by octave_value::ulong_value().
octave_value octave_base_value::undef_subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [virtual, inherited] |
Reimplemented in octave_class.
Definition at line 293 of file ov-base.cc.
References octave_base_value::subsasgn().
Referenced by octave_value::undef_subsasgn().
virtual octave_base_value* octave_base_value::unique_clone | ( | void | ) | [inline, virtual, inherited] |
Reimplemented in octave_class.
Definition at line 225 of file ov-base.h.
References octave_value::clone().
Referenced by octave_value::make_unique().
virtual octave_base_value* octave_base_value::unique_parent_class | ( | const std::string & | ) | [inline, virtual, inherited] |
Reimplemented in octave_class.
Definition at line 577 of file ov-base.h.
Referenced by octave_class::unique_parent_class().
virtual void octave_function::unload | ( | void | ) | [inline, virtual, inherited] |
void octave_function::unlock | ( | void | ) | [inline, virtual, inherited] |
Reimplemented from octave_base_value.
void octave_user_function::unlock_subfunctions | ( | void | ) | [virtual] |
Reimplemented from octave_function.
Definition at line 287 of file ov-usr-fcn.cc.
References local_scope.
octave_user_code* octave_user_function::user_code_value | ( | bool | = false |
) | [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 184 of file ov-usr-fcn.h.
octave_user_function* octave_user_function::user_function_value | ( | bool | = false |
) | [inline, virtual] |
Reimplemented from octave_base_value.
Definition at line 182 of file ov-usr-fcn.h.
octave_user_script * octave_base_value::user_script_value | ( | bool | silent = false |
) | [virtual, inherited] |
Reimplemented in octave_user_script.
Definition at line 1000 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::user_script_value().
virtual unsigned short int octave_base_value::ushort_value | ( | bool | = false , |
|
bool | = false | |||
) | const [virtual, inherited] |
Referenced by octave_value::ushort_value().
int octave_base_value::write | ( | octave_stream & | os, | |
int | block_size, | |||
oct_data_conv::data_type | output_type, | |||
int | skip, | |||
oct_mach_info::float_format | flt_fmt | |||
) | const [virtual, inherited] |
Reimplemented in octave_base_diag< DMT, MT >, octave_bool_matrix, octave_bool, octave_complex, octave_complex_matrix, octave_float_scalar, octave_float_complex, octave_float_complex_matrix, octave_float_matrix, OCTAVE_VALUE_INT_MATRIX_T, octave_lazy_index, octave_perm_matrix, octave_range, octave_matrix, octave_scalar, octave_char_matrix_str, octave_base_diag< ComplexDiagMatrix, ComplexMatrix >, octave_base_diag< FloatComplexDiagMatrix, FloatComplexMatrix >, octave_base_diag< FloatDiagMatrix, FloatMatrix >, and octave_base_diag< DiagMatrix, Matrix >.
Definition at line 1101 of file ov-base.cc.
References gripe_wrong_type_arg().
Referenced by octave_value::write().
friend class octave_value [friend, inherited] |
Definition at line 205 of file ov-base.h.
Referenced by octave_class::all_strings(), octave_scalar_struct::byte_size(), octave_struct::byte_size(), octave_class::byte_size(), octave_scalar::convert_to_str_internal(), octave_sparse_matrix::convert_to_str_internal(), octave_matrix::convert_to_str_internal(), octave_float_matrix::convert_to_str_internal(), octave_float_scalar::convert_to_str_internal(), octave_fcn_inline::convert_to_str_internal(), octave_bool::convert_to_str_internal(), octave_sparse_bool_matrix::convert_to_str_internal(), octave_bool_matrix::convert_to_str_internal(), octave_base_value::convert_to_str_internal(), octave_base_int_scalar< T >::convert_to_str_internal(), octave_base_int_matrix< T >::convert_to_str_internal(), DEFUN(), octave_base_value::diag(), octave_base_value::do_index_op(), octave_base_sparse< T >::do_index_op(), octave_char_matrix_str::do_index_op_internal(), octave_base_value::do_multi_index_op(), octave_struct::fast_elem_extract(), octave_base_matrix< Cell >::fast_elem_extract(), octave_base_value::fast_elem_extract(), octave_base_matrix< MT >::fast_elem_extract(), octave_base_value::full_value(), octave_range::index_vector(), octave_class::index_vector(), octave_perm_matrix::load_ascii(), octave_base_diag< DMT, MT >::load_ascii(), octave_scalar::map(), octave_matrix::map(), octave_base_value::map(), octave_class::numel(), octave_base_value::numeric_assign(), octave_class::octave_class(), octave_oncleanup::octave_oncleanup(), octave_base_value::permute(), octave_class::print_with_name(), octave_base_value::reshape(), octave_char_matrix_str::resize(), octave_base_value::resize(), octave_fcn_handle::set_fcn(), octave_base_value::sort(), octave_base_value::squeeze(), octave_struct::subsasgn(), octave_cell::subsasgn(), octave_base_diag< DMT, MT >::subsasgn(), octave_class::subsasgn_common(), octave_struct::subsref(), octave_cs_list::subsref(), octave_class::subsref(), octave_cell::subsref(), and octave_base_value::subsref().
bool octave_user_function::anonymous_function [private] |
Definition at line 401 of file ov-usr-fcn.h.
int octave_user_function::call_depth [private] |
Definition at line 389 of file ov-usr-fcn.h.
Referenced by do_multi_index_op().
bool octave_user_function::class_constructor [private] |
Definition at line 404 of file ov-usr-fcn.h.
bool octave_user_function::class_method [private] |
Definition at line 407 of file ov-usr-fcn.h.
Definition at line 358 of file ov-usr-fcn.h.
Referenced by do_multi_index_op(), and ~octave_user_function().
octave_refcount<octave_idx_type> octave_base_value::count [protected, inherited] |
Definition at line 786 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(), octave_class::numel(), octave_base_value::numeric_assign(), octave_value::octave_value(), octave_value::operator=(), octave_class::print_with_name(), octave_class::size(), octave_scalar_struct::subsasgn(), octave_struct::subsasgn(), octave_class::subsasgn(), octave_cell::subsasgn(), octave_base_diag< DMT, MT >::subsasgn(), octave_class::subsasgn_common(), octave_class::subsref(), octave_class::unique_clone(), and octave_value::~octave_value().
Definition at line 415 of file ov-usr-fcn.h.
Referenced by do_multi_index_op().
std::string octave_function::doc [protected, inherited] |
std::string octave_user_function::file_name [private] |
Definition at line 367 of file ov-usr-fcn.h.
Referenced by mark_as_system_fcn_file(), and stash_fcn_file_name().
bool octave_user_function::inline_function [private] |
Definition at line 398 of file ov-usr-fcn.h.
Definition at line 361 of file ov-usr-fcn.h.
Referenced by ~octave_user_function().
Definition at line 412 of file ov-usr-fcn.h.
Referenced by do_multi_index_op(), lock_subfunctions(), unlock_subfunctions(), and ~octave_user_function().
int octave_user_function::location_column [private] |
Definition at line 371 of file ov-usr-fcn.h.
Referenced by profiler_name().
int octave_user_function::location_line [private] |
Definition at line 370 of file ov-usr-fcn.h.
Referenced by profiler_name().
bool octave_function::locked [protected, inherited] |
std::string octave_function::my_dir_name [protected, inherited] |
std::string octave_function::my_name [protected, inherited] |
Definition at line 171 of file ov-fcn.h.
Referenced by do_multi_index_op(), octave_dld_function::~octave_dld_function(), and octave_mex_function::~octave_mex_function().
int octave_user_function::num_named_args [private] |
Definition at line 392 of file ov-usr-fcn.h.
Referenced by all_va_args().
Definition at line 351 of file ov-usr-fcn.h.
Referenced by do_multi_index_op(), subsasgn_optimization_ok(), takes_varargs(), and ~octave_user_function().
std::string octave_user_function::parent_name [private] |
Definition at line 374 of file ov-usr-fcn.h.
Definition at line 410 of file ov-usr-fcn.h.
bool octave_function::private_function [protected, inherited] |
bool octave_function::relative [protected, inherited] |
Definition at line 355 of file ov-usr-fcn.h.
Referenced by define_ret_list(), do_multi_index_op(), subsasgn_optimization_ok(), takes_var_return(), and ~octave_user_function().
bool octave_user_function::subfunction [private] |
Definition at line 395 of file ov-usr-fcn.h.
bool octave_user_function::system_fcn_file [private] |
Definition at line 386 of file ov-usr-fcn.h.
Referenced by mark_as_system_fcn_file().
octave_time octave_user_function::t_checked [private] |
Definition at line 381 of file ov-usr-fcn.h.
octave_time octave_user_function::t_parsed [private] |
Definition at line 377 of file ov-usr-fcn.h.
Definition at line 364 of file ov-usr-fcn.h.
Referenced by ~octave_user_function().
std::string octave_function::xdispatch_class [protected, inherited] |