Go to the documentation of this file.
9 #ifndef INCLUDE_MATLABOPTION
10 #define INCLUDE_MATLABOPTION
29 operator const char* ()
const {
return s->c_str(); };
30 operator const std::string& ()
const {
return *
s; };
31 operator double ()
const {
return x; };
32 operator int ()
const {
return (
int)
x; };