Public Member Functions | Public Attributes

octave_call_stack::call_stack_elt Struct Reference

Collaboration diagram for octave_call_stack::call_stack_elt:
Collaboration graph
[legend]

List of all members.

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

symbol_table::context_id context
octave_functionfcn
size_t prev
symbol_table::scope_id scope
tree_statementstmt

Detailed Description

Definition at line 86 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 88 of file toplev.h.

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

Definition at line 92 of file toplev.h.


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines