buds  0.1
FORTRAN reference counted types
Private Member Functions | List of all members

Pop and (possibly) return the latest item in the stack. More...

Collaboration diagram for pop:
Collaboration graph

Private Member Functions

subroutine pop_ (this, item)
 
subroutine pop_delete_ (this, top, bot)
 

Detailed Description

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.


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