OpenCMISS-Iron Internal API Documentation
base_routines::routine_stack_type Type Reference

Contains information for the routine invocation stack. More...

Collaboration diagram for base_routines::routine_stack_type:

Private Attributes

type(routine_stack_item_type), pointer stack_pointer
 Pointer to the top of the stack. More...
 

Detailed Description

Contains information for the routine invocation stack.

Definition at line 143 of file base_routines.f90.

Member Data Documentation

type(routine_stack_item_type), pointer base_routines::routine_stack_type::stack_pointer
private

Pointer to the top of the stack.

Definition at line 144 of file base_routines.f90.