#include <matlaboption.h>
Public Member Functions | |
| MatlabOption (const mxArray *ptr) | |
| bool | isString () const |
| operator const char * () const | |
| operator const std::string & () const | |
| operator double () const | |
| operator int () const | |
| ~MatlabOption () | |
Protected Attributes | |
| std::string * | s |
| double | x |
Definition at line 17 of file matlaboption.h.
| MatlabOption::MatlabOption | ( | const mxArray * | ptr | ) |
| MatlabOption::~MatlabOption | ( | ) |
| bool MatlabOption::isString | ( | ) | const [inline] |
| MatlabOption::operator const char * | ( | ) | const [inline] |
| MatlabOption::operator const std::string & | ( | ) | const [inline] |
| MatlabOption::operator double | ( | ) | const [inline] |
Definition at line 31 of file matlaboption.h.
| MatlabOption::operator int | ( | ) | const [inline] |
Definition at line 32 of file matlaboption.h.
std::string* MatlabOption::s [protected] |
Definition at line 38 of file matlaboption.h.
Referenced by isString(), operator const char *(), and operator const std::string &().
double MatlabOption::x [protected] |
Definition at line 39 of file matlaboption.h.
1.4.7