![]() |
MODFLOW 6
version 6.7.0.dev3
USGS Modular Hydrologic Model
|
A derived type representing a stack of integers. More...

Private Member Functions | |
| procedure, pass(this) | init |
| allocate memory, init size and capacity More... | |
| procedure, pass(this) | destroy |
| deletes the memory More... | |
| procedure, pass(this) | push |
| adds an element at the end of the vector More... | |
| procedure, pass(this) | pop |
| removes the last element More... | |
| procedure, pass(this) | top |
| returns the last element (without removing it) More... | |
| procedure, pass(this) | size |
| returns the size of the stack More... | |
Private Attributes | |
| type(stlvecint), private | stack |
| the internal stack More... | |
This type provides a stack data structure specifically for integers. It includes methods for typical stack operations such as push, pop,
Definition at line 14 of file STLStackInt.f90.
|
private |
Definition at line 18 of file STLStackInt.f90.
|
private |
Definition at line 17 of file STLStackInt.f90.
|
private |
Definition at line 20 of file STLStackInt.f90.
|
private |
Definition at line 19 of file STLStackInt.f90.
|
private |
Definition at line 22 of file STLStackInt.f90.
|
private |
Definition at line 21 of file STLStackInt.f90.
|
private |
Definition at line 15 of file STLStackInt.f90.