MONC
|
Stack (FILO) data structure. More...
Private Attributes | |
type(list_type), private | stack_ds |
Underlying list data structure used to implement the stack. More... | |
Stack (FILO) data structure.
Note that it holds a pointer (reference) to the data
Definition at line 78 of file collections.F90.
|
private |
Underlying list data structure used to implement the stack.
Definition at line 80 of file collections.F90.