(git:0de0cc2)
input_enumeration_types.F File Reference

Go to the source code of this file.

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 More...
 
subroutine, public input_enumeration_types::enum_retain (enum)
 retains the given enumeration More...
 
subroutine, public input_enumeration_types::enum_release (enum)
 releases the given enumeration More...
 
character(len=default_string_length) function, public input_enumeration_types::enum_i2c (enum, i)
 maps an integer to a string More...
 
integer function, public input_enumeration_types::enum_c2i (enum, c)
 maps a string to an integer More...