#include <matlabfunctionhandle.hpp>
Public Member Functions | |
| MatlabFunctionHandle () | |
| MatlabFunctionHandle (const mxArray *ptr) | |
| ~MatlabFunctionHandle () | |
| bool | evaluate (int nin, int nout, const mxArray **inputs, mxArray **outputs) |
| operator bool () const | |
| MatlabFunctionHandle () | |
| MatlabFunctionHandle (const mxArray *ptr) | |
| MatlabFunctionHandle (const MatlabFunctionHandle &source) | |
| ~MatlabFunctionHandle () | |
| operator mxArray * () const | |
| operator bool () const | |
Protected Member Functions | |
| MatlabFunctionHandle & | operator= (const MatlabFunctionHandle &source) |
Protected Attributes | |
| mxArray * | f |
| mxArray * | f |
Definition at line 28 of file matlabfunctionhandle.hpp.
| MatlabFunctionHandle::MatlabFunctionHandle | ( | ) | [inline] |
Definition at line 32 of file matlabfunctionhandle.hpp.
| MatlabFunctionHandle::MatlabFunctionHandle | ( | const mxArray * | ptr | ) | [explicit] |
| MatlabFunctionHandle::~MatlabFunctionHandle | ( | ) |
| MatlabFunctionHandle::MatlabFunctionHandle | ( | ) |
| MatlabFunctionHandle::MatlabFunctionHandle | ( | const mxArray * | ptr | ) | [explicit] |
| MatlabFunctionHandle::MatlabFunctionHandle | ( | const MatlabFunctionHandle & | source | ) |
| MatlabFunctionHandle::~MatlabFunctionHandle | ( | ) |
| bool MatlabFunctionHandle::evaluate | ( | int | nin, | |
| int | nout, | |||
| const mxArray ** | inputs, | |||
| mxArray ** | outputs | |||
| ) |
| MatlabFunctionHandle::operator bool | ( | ) | const [inline] |
| MatlabFunctionHandle::operator mxArray * | ( | ) | const [inline] |
| MatlabFunctionHandle::operator bool | ( | ) | const [inline] |
| MatlabFunctionHandle& MatlabFunctionHandle::operator= | ( | const MatlabFunctionHandle & | source | ) | [inline, protected] |
Definition at line 36 of file matlabfunctionhandle.h.
mxArray* MatlabFunctionHandle::f [protected] |
Definition at line 50 of file matlabfunctionhandle.hpp.
Referenced by operator bool(), and operator mxArray *().
mxArray* MatlabFunctionHandle::f [protected] |
Definition at line 29 of file matlabfunctionhandle.h.
1.4.7