(git:c5411e0)
Loading...
Searching...
No Matches
input_enumeration_types::enumeration_type Type Reference

Data Fields

integer ref_count = 0
 
character(len=default_string_length), dimension(:), pointer c_vals => NULL()
 
type(char_array), dimension(:), pointer desc => Null()
 
integer, dimension(:), pointer i_vals => NULL()
 
logical strict = .FALSE.
 

Detailed Description

Definition at line 43 of file input_enumeration_types.F.

Field Documentation

◆ ref_count

integer input_enumeration_types::enumeration_type::ref_count = 0

Definition at line 44 of file input_enumeration_types.F.

◆ c_vals

character(len=default_string_length), dimension(:), pointer input_enumeration_types::enumeration_type::c_vals => NULL()

Definition at line 45 of file input_enumeration_types.F.

◆ desc

type(char_array), dimension(:), pointer input_enumeration_types::enumeration_type::desc => Null()

Definition at line 46 of file input_enumeration_types.F.

◆ i_vals

integer, dimension(:), pointer input_enumeration_types::enumeration_type::i_vals => NULL()

Definition at line 47 of file input_enumeration_types.F.

◆ strict

logical input_enumeration_types::enumeration_type::strict = .FALSE.

Definition at line 48 of file input_enumeration_types.F.


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