GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-cell.cc File Reference
#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_value_list Fcell (const octave_value_list &args, int)
 
octave_value_list Fcellstr (const octave_value_list &args, int)
 
octave_value_list Fiscell (const octave_value_list &args, int)
 
octave_value_list Fiscellstr (const octave_value_list &args, int)
 
octave_value_list Fstruct2cell (const octave_value_list &args, int)
 

Macro Definition Documentation

◆ CELL_ELT_TAG

#define CELL_ELT_TAG   "<cell-element>"

Definition at line 786 of file ov-cell.cc.

◆ FORWARD_MAPPER

#define FORWARD_MAPPER (   UMAP)
Value:
case umap_ ## UMAP: \
return m_matrix.UMAP ()

Function Documentation

◆ Fcell()

◆ Fcellstr()

octave_value_list Fcellstr ( const octave_value_list args,
int   
)

Definition at line 1375 of file ov-cell.cc.

References Fiscellstr(), is_true(), string_vector::isempty(), ovl(), and print_usage().

Referenced by Frmfield().

◆ Fiscell()

octave_value_list Fiscell ( const octave_value_list args,
int   
)

Definition at line 1275 of file ov-cell.cc.

References ovl(), and print_usage().

◆ Fiscellstr()

octave_value_list Fiscellstr ( const octave_value_list args,
int   
)

Definition at line 1356 of file ov-cell.cc.

References ovl(), and print_usage().

Referenced by Fcellstr().

◆ Fstruct2cell()

octave_value_list Fstruct2cell ( const octave_value_list args,
int   
)