stack 实数队列
堆栈
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | len | = | 0 |
number of nodes in the stack_real |
| procedure , public , :: push => stack_real_push Subroutine | |
| procedure , public , :: pop => stack_real_pop Subroutine | |
| procedure , public , :: iterator Function | |
| procedure , public , :: clear => stack_real_clear Subroutine |