#include "octave-config.h"#include "mxtypes.h"#include <cstring>#include <set>#include "error.h"#include "ov-mex-fcn.h"Go to the source code of this file.
Classes | |
| class | mex |
| class | mxArray |
| class | mxArray_base |
Macros | |
| #define | DO_MUTABLE_METHOD(RET_T, METHOD_CALL) |
| #define | DO_VOID_MUTABLE_METHOD(METHOD_CALL) |
Functions | |
| void | mexErrMsgTxt_impl (const char *who, const char *s) |
| int | mexPutVariable_impl (const char *space, const char *name, const mxArray *ptr) |
| int | mexSet_impl (double handle, const char *property, mxArray *val) |
| octave_value_list | mx_to_ov_args (int nargin, mxArray *argin[]) |
| #define DO_MUTABLE_METHOD | ( | RET_T, | |
| METHOD_CALL | |||
| ) |
| #define DO_VOID_MUTABLE_METHOD | ( | METHOD_CALL | ) |
| void mexErrMsgTxt_impl | ( | const char * | who, |
| const char * | s | ||
| ) |
Definition at line 245 of file mxarray.cc.
References error(), len, and strlen().
Referenced by mexPutVariable_impl().
Definition at line 268 of file mxarray.cc.
References mxArray::as_octave_value(), mxArray::get_name(), mexErrMsgTxt_impl(), and strcmp().
Definition at line 346 of file mxarray.cc.
References mxArray::as_octave_value().
| octave_value_list mx_to_ov_args | ( | int | nargin, |
| mxArray * | argin[] | ||
| ) |
Definition at line 216 of file mxarray.cc.
References mxArray::as_octave_value().