GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
file_editor_tab::bp_info Struct Reference
Collaboration diagram for file_editor_tab::bp_info:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 186 of file file-editor-tab.h.

Constructor & Destructor Documentation

file_editor_tab::bp_info::bp_info ( const QString &  fname,
int  l = 0 
)

Member Data Documentation

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.


The documentation for this struct was generated from the following file: