MONC
Private Attributes | List of all members
collections_mod::stack_type Type Reference

Stack (FILO) data structure. More...

Collaboration diagram for collections_mod::stack_type:
Collaboration graph
[legend]

Private Attributes

type(list_type), private stack_ds
 Underlying list data structure used to implement the stack. More...
 

Detailed Description

Stack (FILO) data structure.

Note that it holds a pointer (reference) to the data

Definition at line 78 of file collections.F90.

Member Data Documentation

◆ stack_ds

type(list_type), private collections_mod::stack_type::stack_ds
private

Underlying list data structure used to implement the stack.

Definition at line 80 of file collections.F90.

80  type(list_type), private :: stack_ds

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