common_dict::dict_typ Type Reference

Private Attributes

character(len=max_char_lenkey = ""
 
integer type = DICT_NONE
 
type(dict_typ), pointer child => null()
 
type(dict_typ), pointer next => null()
 

Detailed Description

Definition at line 123 of file common_dict.f90.

Member Data Documentation

◆ child

type(dict_typ), pointer common_dict::dict_typ::child => null()
private

Definition at line 128 of file common_dict.f90.

◆ key

character(len=max_char_len) common_dict::dict_typ::key = ""
private

Definition at line 125 of file common_dict.f90.

◆ next

type(dict_typ), pointer common_dict::dict_typ::next => null()
private

Definition at line 129 of file common_dict.f90.

◆ type

integer common_dict::dict_typ::type = DICT_NONE
private

Definition at line 126 of file common_dict.f90.


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