#include <matlabstring.h>
Public Member Functions | |
| MatlabString (const mxArray *ptr) | |
| MatlabString (const char *s) | |
| MatlabString (const MatlabString &source) | |
| ~MatlabString () | |
| bool | isempty () const |
| operator const char * () const | |
| operator std::string () const | |
Protected Member Functions | |
| MatlabString & | operator= (const MatlabString &source) |
Protected Attributes | |
| char * | s |
Definition at line 24 of file matlabstring.h.
| MatlabString::MatlabString | ( | const mxArray * | ptr | ) | [explicit] |
| MatlabString::MatlabString | ( | const char * | s | ) | [explicit] |
| MatlabString::MatlabString | ( | const MatlabString & | source | ) |
| MatlabString::~MatlabString | ( | ) |
| bool MatlabString::isempty | ( | ) | const [inline] |
Definition at line 41 of file matlabstring.h.
| MatlabString::operator const char * | ( | ) | const [inline] |
Definition at line 44 of file matlabstring.h.
| MatlabString::operator std::string | ( | ) | const [inline] |
Definition at line 47 of file matlabstring.h.
| MatlabString& MatlabString::operator= | ( | const MatlabString & | source | ) | [inline, protected] |
Definition at line 54 of file matlabstring.h.
char* MatlabString::s [protected] |
Definition at line 47 of file matlabstring.h.
1.4.7