GNU Octave  4.2.1
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, const QString &cond="")
 

Public Attributes

std::string condition
 
std::string dir
 
std::string file
 
std::string function_name
 
int line
 

Detailed Description

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

Constructor & Destructor Documentation

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

Member Data Documentation

std::string file_editor_tab::bp_info::condition
std::string file_editor_tab::bp_info::dir
std::string file_editor_tab::bp_info::file
std::string file_editor_tab::bp_info::function_name
int file_editor_tab::bp_info::line

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