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

#include <matlabscalar.h>

List of all members.

Public Member Functions

 MatlabScalar (const mxArray *ptr)
 MatlabScalar (mxArray *&ptr, double value)
 MatlabScalar (MatlabScalar &source)
 ~MatlabScalar ()
 operator const double () const
MatlabScalaroperator= (double value)

Protected Member Functions

MatlabScalaroperator= (const MatlabScalar &source)

Protected Attributes

double & x

Detailed Description

Definition at line 21 of file matlabscalar.h.


Constructor & Destructor Documentation

MatlabScalar::MatlabScalar ( const mxArray *  ptr) [explicit]
MatlabScalar::MatlabScalar ( mxArray *&  ptr,
double  value 
)
MatlabScalar::MatlabScalar ( MatlabScalar source)
MatlabScalar::~MatlabScalar ( ) [inline]

Definition at line 36 of file matlabscalar.h.


Member Function Documentation

MatlabScalar::operator const double ( ) const [inline]

Definition at line 39 of file matlabscalar.h.

MatlabScalar& MatlabScalar::operator= ( double  value)
MatlabScalar& MatlabScalar::operator= ( const MatlabScalar source) [inline, protected]

Definition at line 49 of file matlabscalar.h.


Member Data Documentation

double& MatlabScalar::x [protected]

Definition at line 45 of file matlabscalar.h.


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