Go to the documentation of this file.
9 #ifndef INCLUDE_MATLABSTRING
10 #define INCLUDE_MATLABSTRING
42 bool isempty ()
const {
return strlen(s) == 0; };
45 operator const char* ()
const {
return s; };
48 operator std::string ()
const {
return std::string(s); };