MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
keyvaluelistmodule::keyvaluelisttype Type Reference

A list that stores items as a key-value pair. More...

Collaboration diagram for keyvaluelistmodule::keyvaluelisttype:
Collaboration graph

Private Member Functions

procedure iterator
 
procedure add
 
procedure get
 
procedure count
 
procedure clear
 

Private Attributes

type(keyvaluenodetype), pointer first => null()
 first item in the list More...
 
type(keyvaluenodetype), pointer last => null()
 first item in the list More...
 
integer(i4b) cnt = 0
 number of items in the list More...
 

Detailed Description

Items in this list can be retrieved by using a key.

Definition at line 16 of file KeyValueList.f90.

Member Function/Subroutine Documentation

◆ add()

procedure keyvaluelistmodule::keyvaluelisttype::add
private

Definition at line 23 of file KeyValueList.f90.

◆ clear()

procedure keyvaluelistmodule::keyvaluelisttype::clear
private

Definition at line 26 of file KeyValueList.f90.

◆ count()

procedure keyvaluelistmodule::keyvaluelisttype::count
private

Definition at line 25 of file KeyValueList.f90.

◆ get()

procedure keyvaluelistmodule::keyvaluelisttype::get
private

Definition at line 24 of file KeyValueList.f90.

◆ iterator()

procedure keyvaluelistmodule::keyvaluelisttype::iterator
private

Definition at line 22 of file KeyValueList.f90.

Member Data Documentation

◆ cnt

integer(i4b) keyvaluelistmodule::keyvaluelisttype::cnt = 0
private

Definition at line 20 of file KeyValueList.f90.

20  integer(I4B) :: cnt = 0 !< number of items in the list

◆ first

type(keyvaluenodetype), pointer keyvaluelistmodule::keyvaluelisttype::first => null()
private

Definition at line 18 of file KeyValueList.f90.

18  type(KeyValueNodeType), pointer :: first => null() !< first item in the list

◆ last

type(keyvaluenodetype), pointer keyvaluelistmodule::keyvaluelisttype::last => null()
private

Definition at line 19 of file KeyValueList.f90.

19  type(KeyValueNodeType), pointer :: last => null() !< first item in the list

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