seakeeping_collection_queue_real Module

Queue 实数队列



Contents


Derived Types

type, public ::  queue_real

队列

Components

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

number of nodes in the queue

Type-Bound Procedures

procedure , public , :: enqueue => queue_enqueue Subroutine
procedure , public , :: dequeue => queue_dequeue Subroutine
procedure , public , :: iterator Function
procedure , public , :: clear => queue_clear Subroutine

type, public ::  queue_real_iterator

迭代器

Type-Bound Procedures

procedure , public , :: next => queue_iterator_next Subroutine
procedure , public , :: clear => queue_iterator_clear Subroutine