#include <ov-struct.h>
Inherits octave_base_value.
octave_struct::octave_struct | ( | void | ) | [inline] |
octave_struct::octave_struct | ( | const Octave_map & | m | ) | [inline] |
octave_struct::octave_struct | ( | const octave_struct & | s | ) | [inline] |
octave_struct::~octave_struct | ( | void | ) | [inline] |
mxArray * octave_struct::as_mxArray | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
size_t octave_struct::byte_size | ( | void | ) | const [virtual] |
Reimplemented from octave_base_value.
octave_base_value* octave_struct::clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
dim_vector octave_struct::dims | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::do_index_op | ( | const octave_value_list & | idx, | |
bool | resize_ok = false | |||
) | [virtual] |
Reimplemented from octave_base_value.
Cell octave_struct::dotref | ( | const octave_value_list & | idx, | |
bool | auto_add = false | |||
) |
octave_base_value* octave_struct::empty_clone | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_struct::is_constant | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_struct::is_defined | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_struct::is_map | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_struct::load_ascii | ( | std::istream & | is | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_struct::load_binary | ( | std::istream & | is, | |
bool | swap, | |||
oct_mach_info::float_format | fmt | |||
) | [virtual] |
Reimplemented from octave_base_value.
string_vector octave_struct::map_keys | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
Octave_map octave_struct::map_value | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_idx_type octave_struct::nfields | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_idx_type octave_struct::numel | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::numeric_conv | ( | const octave_value & | val, | |
const std::string & | type | |||
) | [static] |
octave_value octave_struct::permute | ( | const Array< int > & | vec, | |
bool | inv = false | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
void octave_struct::print | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_base_value.
bool octave_struct::print_name_tag | ( | std::ostream & | os, | |
const std::string & | name | |||
) | const [virtual] |
Reimplemented from octave_base_value.
void octave_struct::print_raw | ( | std::ostream & | os, | |
bool | pr_as_read_syntax = false | |||
) | const [virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::reshape | ( | const dim_vector & | new_dims | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::resize | ( | const dim_vector & | dv, | |
bool | = false | |||
) | const [inline, virtual] |
Reimplemented from octave_base_value.
bool octave_struct::save_ascii | ( | std::ostream & | os | ) | [virtual] |
Reimplemented from octave_base_value.
bool octave_struct::save_binary | ( | std::ostream & | os, | |
bool & | save_as_floats | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::squeeze | ( | void | ) | const [inline, virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::subsasgn | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
const octave_value & | rhs | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
bool | auto_add | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx, | |||
int | nargout | |||
) | [virtual] |
Reimplemented from octave_base_value.
octave_value octave_struct::subsref | ( | const std::string & | type, | |
const std::list< octave_value_list > & | idx | |||
) | [inline, virtual] |
Reimplemented from octave_base_value.
Octave_map octave_struct::map [protected] |