Public Member Functions | Protected Member Functions | Protected Attributes
MatlabFunctionHandle Class Reference

#include <matlabfunctionhandle.hpp>

List of all members.

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

MatlabFunctionHandleoperator= (const MatlabFunctionHandle &source)

Protected Attributes

mxArray * f

Detailed Description

Definition at line 28 of file matlabfunctionhandle.hpp.


Constructor & Destructor Documentation

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 ( )

Member Function Documentation

bool MatlabFunctionHandle::evaluate ( int  nin,
int  nout,
const mxArray **  inputs,
mxArray **  outputs 
)
MatlabFunctionHandle::operator bool ( ) const
inline

Definition at line 50 of file matlabfunctionhandle.hpp.

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)
inlineprotected

Definition at line 36 of file matlabfunctionhandle.h.


Member Data Documentation

mxArray * MatlabFunctionHandle::f
protected

Definition at line 50 of file matlabfunctionhandle.hpp.


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