Entry in the MATLAB runtime stack.
More...
#include <mps/client.h>
|
const char * | file |
| Name of the MATLAB file that threw the MATLAB error. More...
|
|
const char * | function |
| Name of the MATLAB function which in most cases is same as the MATLAB file name. More...
|
|
int | line |
| Line number in the MATLAB file where the error occurred. More...
|
|
Entry in the MATLAB runtime stack.
Definition at line 187 of file client.h.
◆ file
const char* matlabStackFrame::file |
Name of the MATLAB file that threw the MATLAB error.
Definition at line 190 of file client.h.
◆ function
const char* matlabStackFrame::function |
Name of the MATLAB function which in most cases is same as the MATLAB file name.
Definition at line 193 of file client.h.
◆ line
int matlabStackFrame::line |
Line number in the MATLAB file where the error occurred.
Definition at line 196 of file client.h.
The documentation for this struct was generated from the following file: