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 Attributes | List of all members
error_stack_frame Struct Reference
Collaboration diagram for error_stack_frame:
Collaboration graph
[legend]

Public Attributes

int column
 
int line
 
std::string name
 

Detailed Description

Definition at line 271 of file error.cc.

Member Data Documentation

int error_stack_frame::column

Definition at line 276 of file error.cc.

Referenced by make_stack_frame_list(), and pr_where().

int error_stack_frame::line

Definition at line 275 of file error.cc.

Referenced by make_stack_frame_list(), and pr_where().

std::string error_stack_frame::name

Definition at line 274 of file error.cc.

Referenced by make_stack_frame_list(), and pr_where().


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