GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
bp_info (const QString &fname, int l=0) | |
Public Attributes | |
std::string | dir |
std::string | file |
std::string | function_name |
int | line |
Definition at line 186 of file file-editor-tab.h.
file_editor_tab::bp_info::bp_info | ( | const QString & | fname, |
int | l = 0 |
||
) |
std::string file_editor_tab::bp_info::dir |
Definition at line 192 of file file-editor-tab.h.
std::string file_editor_tab::bp_info::file |
Definition at line 191 of file file-editor-tab.h.
std::string file_editor_tab::bp_info::function_name |
Definition at line 193 of file file-editor-tab.h.
int file_editor_tab::bp_info::line |
Definition at line 190 of file file-editor-tab.h.