Go to the source code of this file.
|
| 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
|
| |