#include <istream>#include <ostream>#include <sstream>#include <vector>#include <queue>#include "Array-util.h"#include "byte-swap.h"#include "lo-utils.h"#include "quit.h"#include "oct-locbuf.h"#include "builtin-defun-decls.h"#include "defun.h"#include "error.h"#include "mxarray.h"#include "ov-cell.h"#include "ovl.h"#include "oct-hdf5.h"#include "unwind-prot.h"#include "utils.h"#include "ov-base-mat.h"#include "ov-base-mat.cc"#include "ov-fcn-handle.h"#include "ov-re-mat.h"#include "ov-scalar.h"#include "pr-output.h"#include "errwarn.h"#include "ls-oct-text.h"#include "ls-oct-binary.h"#include "ls-hdf5.h"#include "ls-utils.h"
Go to the source code of this file.
Macros | |
| #define | CELL_ELT_TAG "<cell-element>" |
| #define | FORWARD_MAPPER(UMAP) |
Functions | |
| OCTAVE_EXPORT octave_value_list | Fcell (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list | Fcellstr (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list | Fiscell (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list | Fiscellstr (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list | Fstruct2cell (const octave_value_list &args, int) |
| #define CELL_ELT_TAG "<cell-element>" |
Definition at line 741 of file ov-cell.cc.
| #define FORWARD_MAPPER | ( | UMAP | ) |
| OCTAVE_EXPORT octave_value_list Fcell | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1251 of file ov-cell.cc.
References check_dimensions(), dim_vector::chop_trailing_singletons(), get_dimensions(), ovl(), and dim_vector::resize().
| OCTAVE_EXPORT octave_value_list Fcellstr | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1328 of file ov-cell.cc.
References Fiscellstr(), is_true(), string_vector::isempty(), ovl(), and print_usage().
Referenced by Frmfield().
| OCTAVE_EXPORT octave_value_list Fiscell | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1230 of file ov-cell.cc.
References ovl(), and print_usage().
| OCTAVE_EXPORT octave_value_list Fiscellstr | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1309 of file ov-cell.cc.
References ovl(), and print_usage().
Referenced by Fcellstr().
| OCTAVE_EXPORT octave_value_list Fstruct2cell | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1380 of file ov-cell.cc.
References m, dim_vector::ndims(), ovl(), print_usage(), dim_vector::resize(), and Array< T, Alloc >::xelem().