MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
hashtablemodule::nodetype Type Reference
Collaboration diagram for hashtablemodule::nodetype:
Collaboration graph

Private Member Functions

procedure add => list_add
 

Private Attributes

character(len=:), allocatable key
 
integer(i4b) value
 
type(nodetype), pointer next => null()
 

Detailed Description

Definition at line 21 of file HashTable.f90.

Member Function/Subroutine Documentation

◆ add()

procedure hashtablemodule::nodetype::add
private

Definition at line 26 of file HashTable.f90.

Member Data Documentation

◆ key

character(len=:), allocatable hashtablemodule::nodetype::key
private

Definition at line 22 of file HashTable.f90.

22  character(len=:), allocatable :: key

◆ next

type(nodetype), pointer hashtablemodule::nodetype::next => null()
private

Definition at line 24 of file HashTable.f90.

24  type(NodeType), pointer :: next => null()

◆ value

integer(i4b) hashtablemodule::nodetype::value
private

Definition at line 23 of file HashTable.f90.

23  integer(I4B) :: value

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