MOOS 0.2375
|
Public Types | |
enum | Type { STR, DBL, UNK, STR, DBL, VEC, MAT, UNK } |
enum | Type { STR, DBL, UNK, STR, DBL, VEC, MAT, UNK } |
Public Member Functions | |
Param () | |
std::string | Str () |
bool | operator== (double dfV) |
bool | operator== (std::string sV) |
Param () | |
std::string | Str () |
Public Attributes | |
double | dfVal |
std::string | sVal |
Type | m_eType |
Matrix | M |
Vector | V |
Definition at line 111 of file iMatlab.cpp.
enum Param::Type |
Definition at line 114 of file iMatlab.cpp.
enum Param::Type |
Definition at line 58 of file iMatlabMain.cpp.
Param::Param | ( | ) | [inline] |
Definition at line 125 of file iMatlab.cpp.
Param::Param | ( | ) | [inline] |
Definition at line 71 of file iMatlabMain.cpp.
bool Param::operator== | ( | double | dfV | ) | [inline] |
Definition at line 143 of file iMatlab.cpp.
bool Param::operator== | ( | std::string | sV | ) | [inline] |
Definition at line 144 of file iMatlab.cpp.
std::string Param::Str | ( | ) | [inline] |
Definition at line 76 of file iMatlabMain.cpp.
std::string Param::Str | ( | ) | [inline] |
Definition at line 130 of file iMatlab.cpp.
double Param::dfVal |
Definition at line 121 of file iMatlab.cpp.
Matrix Param::M |
Definition at line 68 of file iMatlabMain.cpp.
Definition at line 124 of file iMatlab.cpp.
std::string Param::sVal |
Definition at line 122 of file iMatlab.cpp.
Vector Param::V |
Definition at line 69 of file iMatlabMain.cpp.