GNU Octave  3.8.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
octave_call_stack::call_stack_elt Struct Reference
Collaboration diagram for octave_call_stack::call_stack_elt:
Collaboration graph
[legend]

Public Member Functions

 call_stack_elt (octave_function *f, symbol_table::scope_id s, symbol_table::context_id c, size_t p=0)
 call_stack_elt (const call_stack_elt &elt)

Public Attributes

int column
symbol_table::context_id context
octave_functionfcn
int line
size_t prev
symbol_table::scope_id scope

Detailed Description

Definition at line 81 of file toplev.h.

Constructor & Destructor Documentation

octave_call_stack::call_stack_elt::call_stack_elt ( octave_function f,
symbol_table::scope_id  s,
symbol_table::context_id  c,
size_t  p = 0 
)
inline

Definition at line 83 of file toplev.h.

octave_call_stack::call_stack_elt::call_stack_elt ( const call_stack_elt elt)
inline

Definition at line 88 of file toplev.h.

Member Data Documentation

int octave_call_stack::call_stack_elt::column
symbol_table::context_id octave_call_stack::call_stack_elt::context
octave_function* octave_call_stack::call_stack_elt::fcn
int octave_call_stack::call_stack_elt::line
size_t octave_call_stack::call_stack_elt::prev
symbol_table::scope_id octave_call_stack::call_stack_elt::scope

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