#include <ov-cell.h>
Inherits octave_base_matrix< Cell >.
octave_cell::octave_cell | ( | void | ) | [inline] |
octave_cell::octave_cell | ( | const Array< std::string > & | str | ) | [inline] |
octave_cell::octave_cell | ( | const octave_cell & | c | ) | [inline] |
octave_cell::~octave_cell | ( | void | ) | [inline] |
string_vector octave_cell::all_strings | ( | bool | pad = false |
) | const [virtual] |
Reimplemented from octave_base_value.
mxArray * octave_cell::as_mxArray | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
void octave_cell::assign | ( | const octave_value_list & | idx, | |
const octave_value & | rhs | |||
) |
void octave_cell::assign | ( | const octave_value_list & | idx, | |
const Cell & | rhs | |||
) |
Reimplemented from octave_base_matrix< Cell >.
size_t octave_cell::byte_size | ( | void | ) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
Cell octave_cell::cell_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Array< std::string > octave_cell::cellstr_value | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_cell::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::convert_to_str_internal | ( | bool | pad, | |
bool | , | |||
char | type | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
void octave_cell::delete_elements | ( | const octave_value_list & | idx | ) |
Reimplemented from octave_base_matrix< Cell >.
octave_base_value* octave_cell::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::is_cell | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_cell::is_cellstr | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_cell::is_constant | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::is_defined | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::is_matrix_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::is_numeric_type | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
Reimplemented from octave_base_matrix< Cell >.
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::is_true | ( | void | ) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value_list octave_cell::list_value | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_cell::load_ascii | ( | std::istream & | is | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_cell::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual] |
Reimplemented from octave_base_value.
void * octave_cell::mex_get_data | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
void octave_cell::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
bool octave_cell::print_as_scalar | ( | void | ) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
void octave_cell::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_cell::save_ascii | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_cell::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::sort | ( | Array< octave_idx_type > & | sidx, | |
octave_idx_type | dim = 0 , |
|||
sortmode | mode = ASCENDING | |||
) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::sort | ( | octave_idx_type | dim = 0 , |
|
sortmode | mode = ASCENDING | |||
) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
Array< octave_idx_type > octave_cell::sort_rows_idx | ( | sortmode | mode = ASCENDING |
) | const [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
bool | auto_add | |||
) | [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | nargout | |||
) | [virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx | |||
) | [inline, virtual] |
Reimplemented from octave_base_matrix< Cell >.
octave_value octave_cell::xisalnum | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisalpha | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisascii | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xiscntrl | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisdigit | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisgraph | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xislower | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisprint | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xispunct | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisspace | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisupper | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xisxdigit | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xtoascii | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xtolower | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_cell::xtoupper | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.