seakeeping_collection_stack_int Module

stack 整型堆栈


Contents


Derived Types

type, public ::  stack_int

堆栈

Components

Type Visibility Attributes Name Initial
integer, public :: len = 0

number of nodes in the stack_int

Type-Bound Procedures

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

type, public ::  stack_int_iterator

迭代器

Type-Bound Procedures

procedure , public , :: next => stack_int_iterator_next Subroutine
procedure , public , :: clear => stack_int_iterator_clear Subroutine