GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
error_stack_frame Struct Reference
Collaboration diagram for error_stack_frame:

Public Attributes

int column
 
int line
 
std::string name
 

Detailed Description

Definition at line 277 of file error.cc.

Member Data Documentation

◆ column

int error_stack_frame::column

Definition at line 282 of file error.cc.

◆ line

int error_stack_frame::line

Definition at line 281 of file error.cc.

◆ name

std::string error_stack_frame::name

Definition at line 280 of file error.cc.


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