#include <ov-str-mat.h>
Inherits octave_char_matrix.
Inherited by octave_char_matrix_sq_str, and octave_null_str.
octave_char_matrix_str::octave_char_matrix_str | ( | void | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const charMatrix & | chm | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const charNDArray & | chm | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | char | c | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const char * | s | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const std::string & | s | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const string_vector & | s | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const octave_char_matrix & | chm | ) | [inline] |
octave_char_matrix_str::octave_char_matrix_str | ( | const octave_char_matrix_str & | chms | ) | [inline] |
octave_char_matrix_str::~octave_char_matrix_str | ( | void | ) | [inline] |
string_vector octave_char_matrix_str::all_strings | ( | bool | pad = false |
) | const [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_char_matrix.
octave_base_value* octave_char_matrix_str::clone | ( | void | ) | const [inline, virtual] |
ComplexNDArray octave_char_matrix_str::complex_array_value | ( | bool | force_string_conv = false |
) | const [virtual] |
Reimplemented from octave_char_matrix.
ComplexMatrix octave_char_matrix_str::complex_matrix_value | ( | bool | force_string_conv = false |
) | const [virtual] |
Reimplemented from octave_char_matrix.
Reimplemented from octave_char_matrix.
octave_value octave_char_matrix_str::diag | ( | octave_idx_type | k = 0 |
) | const [inline, virtual] |
octave_value octave_char_matrix_str::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [inline, virtual] |
octave_value octave_char_matrix_str::do_index_op_internal | ( | const octave_value_list & | idx, | |
bool | resize_ok, | |||
char | type = '"' | |||
) | [protected] |
Reimplemented from octave_char_matrix.
octave_base_value* octave_char_matrix_str::empty_clone | ( | void | ) | const [inline, virtual] |
bool octave_char_matrix_str::is_matrix_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< charNDArray >.
bool octave_char_matrix_str::is_numeric_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< charNDArray >.
bool octave_char_matrix_str::is_real_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_char_matrix.
bool octave_char_matrix_str::is_string | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_char_matrix_str::load_ascii | ( | std::istream & | is | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_char_matrix_str::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual] |
Reimplemented from octave_base_value.
Reimplemented from octave_char_matrix.
octave_base_value::type_conv_info octave_char_matrix_str::numeric_conversion_function | ( | void | ) | const [virtual] |
octave_value octave_char_matrix_str::permute | ( | const Array< int > & | vec, | |
bool | inv = false | |||
) | const [inline, virtual] |
bool octave_char_matrix_str::print_as_scalar | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< charNDArray >.
void octave_char_matrix_str::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_char_matrix.
octave_value octave_char_matrix_str::reshape | ( | const dim_vector & | new_dims | ) | const [inline, virtual] |
octave_value octave_char_matrix_str::resize | ( | const dim_vector & | dv, | |
bool | fill = false | |||
) | const [virtual] |
bool octave_char_matrix_str::save_ascii | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_char_matrix_str::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_char_matrix_str::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
octave_value octave_char_matrix_str::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [inline, virtual] |
octave_value octave_char_matrix_str::squeeze | ( | void | ) | const [inline, virtual] |
std::string octave_char_matrix_str::string_value | ( | bool | force = false |
) | const [virtual] |
Reimplemented from octave_base_value.
int octave_char_matrix_str::write | ( | octave_stream & | os, | |
int | block_size, | |||
oct_data_conv::data_type | output_type, | |||
int | skip, | |||
oct_mach_info::float_format | flt_fmt | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.