stack 整型堆栈
堆栈
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | len | = | 0 |
number of nodes in the stack_int |
| procedure , public , :: push => stack_int_push Subroutine | |
| procedure , public , :: pop => stack_int_pop Subroutine | |
| procedure , public , :: iterator Function | |
| procedure , public , :: clear => stack_int_clear Subroutine |