(git:374b731)
Loading...
Searching...
No Matches
input_enumeration_types.F File Reference

Go to the source code of this file.

Data Types

type  input_enumeration_types::enumeration_type
 

Modules

module  input_enumeration_types
 represents an enumeration, i.e. a mapping between integers and strings
 

Functions/Subroutines

subroutine, public input_enumeration_types::enum_create (enum, c_vals, i_vals, desc, strict)
 creates an enumeration
 
subroutine, public input_enumeration_types::enum_retain (enum)
 retains the given enumeration
 
subroutine, public input_enumeration_types::enum_release (enum)
 releases the given enumeration
 
character(len=default_string_length) function, public input_enumeration_types::enum_i2c (enum, i)
 maps an integer to a string
 
integer function, public input_enumeration_types::enum_c2i (enum, c)
 maps a string to an integer