Navigation

Operators and Keywords

Function List:

C++ API

mxArray_cell Class Reference

Inherits mxArray_matlab.

Collaboration diagram for mxArray_cell:

List of all members.


Public Member Functions

 mxArray_cell (mwSize ndims_arg, const mwSize *dims_arg)
 mxArray_cell (const dim_vector &dv)
 mxArray_cell (mwSize m, mwSize n)
mxArray_cellclone (void) const
 ~mxArray_cell (void)
mxArrayget_cell (mwIndex idx) const
void set_cell (mwIndex idx, mxArray *val)
void * get_data (void) const
void set_data (void *data_arg)

Protected Member Functions

octave_value as_octave_value (void) const

Constructor & Destructor Documentation

mxArray_cell::mxArray_cell ( mwSize  ndims_arg,
const mwSize dims_arg 
) [inline]

mxArray_cell::mxArray_cell ( const dim_vector dv  )  [inline]

mxArray_cell::mxArray_cell ( mwSize  m,
mwSize  n 
) [inline]

mxArray_cell::~mxArray_cell ( void   )  [inline]


Member Function Documentation

octave_value mxArray_cell::as_octave_value ( void   )  const [inline, protected, virtual]

Implements mxArray_base.

mxArray_cell* mxArray_cell::clone ( void   )  const [inline, virtual]

Implements mxArray_base.

mxArray* mxArray_cell::get_cell ( mwIndex  idx  )  const [inline, virtual]

Reimplemented from mxArray_matlab.

void* mxArray_cell::get_data ( void   )  const [inline, virtual]

Reimplemented from mxArray_matlab.

void mxArray_cell::set_cell ( mwIndex  idx,
mxArray val 
) [virtual]

Reimplemented from mxArray_matlab.

void mxArray_cell::set_data ( void *  data_arg  )  [inline, virtual]

Reimplemented from mxArray_matlab.


The documentation for this class was generated from the following file: