#include <matlabfunctionhandle.h>
Public Member Functions | |
| 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 |
Definition at line 8 of file matlabfunctionhandle.h.
| MatlabFunctionHandle::MatlabFunctionHandle | ( | ) |
| MatlabFunctionHandle::MatlabFunctionHandle | ( | const mxArray * | ptr | ) | [explicit] |
| MatlabFunctionHandle::MatlabFunctionHandle | ( | const MatlabFunctionHandle & | source | ) |
| MatlabFunctionHandle::~MatlabFunctionHandle | ( | ) |
| MatlabFunctionHandle::operator mxArray * | ( | ) | const [inline] |
Definition at line 26 of file matlabfunctionhandle.h.
| MatlabFunctionHandle::operator bool | ( | ) | const [inline] |
Definition at line 29 of file matlabfunctionhandle.h.
| MatlabFunctionHandle& MatlabFunctionHandle::operator= | ( | const MatlabFunctionHandle & | source | ) | [inline, protected] |
Definition at line 36 of file matlabfunctionhandle.h.
mxArray* MatlabFunctionHandle::f [protected] |
Definition at line 29 of file matlabfunctionhandle.h.
1.6.1