buds
0.1
FORTRAN reference counted types
|
Pop and (possibly) return the latest item in the stack. More...
Private Member Functions | |
subroutine | pop_ (this, item) |
subroutine | pop_delete_ (this, top, bot) |
Pop and (possibly) return the latest item in the stack.
The top item is returned in item
and the stack is decremented thus removing the returned item from the stack.
An optional index may be given, see pop_delete_.
If the top element has not been initialized the returned item will be un-initialized.
Note The returned item will thus not have its counted references changed.