MONC
Public Attributes | List of all members
collections_mod::iterator_type Type Reference
Collaboration diagram for collections_mod::iterator_type:
Collaboration graph
[legend]

Public Attributes

type(listnode_type), pointer next_item
 
type(list_type), dimension(:), pointer hash_structure
 
integer hash_ptr
 

Detailed Description

Definition at line 51 of file collections.F90.

Member Data Documentation

◆ hash_ptr

integer collections_mod::iterator_type::hash_ptr

Definition at line 54 of file collections.F90.

54  integer :: hash_ptr

◆ hash_structure

type(list_type), dimension(:), pointer collections_mod::iterator_type::hash_structure

Definition at line 53 of file collections.F90.

53  type(list_type), dimension(:), pointer :: hash_structure

◆ next_item

type(listnode_type), pointer collections_mod::iterator_type::next_item

Definition at line 52 of file collections.F90.

52  type(listnode_type), pointer :: next_item

The documentation for this type was generated from the following file: