MODFLOW 6  version 6.7.0.dev0
USGS Modular Hydrologic Model
STLStackInt.f90 File Reference

Go to the source code of this file.

Data Types

type  stlstackintmodule::stlstackint
 A derived type representing a stack of integers. More...
 

Modules

module  stlstackintmodule
 

Functions/Subroutines

subroutine stlstackintmodule::init (this, capacity)
 
subroutine stlstackintmodule::push (this, newValue)
 
subroutine stlstackintmodule::pop (this)
 
integer(i4b) function stlstackintmodule::top (this)
 
integer(i4b) function stlstackintmodule::size (this)
 
subroutine stlstackintmodule::destroy (this)