XBeach
|
Data Types | |
type | parameter |
Public Member Functions | |
subroutine, parameter, public | getkey_indextype (par, key, index, type) |
integer function, parameter, public | getkey (par, key, value) |
subroutine, parameter, public | getnkeys (par, n) |
subroutine, parameter, public | getkeys (par, keys) |
Definition at line 1 of file getkey.F90.
integer function, parameter, public getkey_module::getkey | ( | type(parameters), intent(in) | par, |
character(len=*), intent(in) | key, | ||
type(parameter), intent(inout) | value | ||
) |
Definition at line 67 of file getkey.F90.
subroutine, parameter, public getkey_module::getkey_indextype | ( | type(parameters), intent(in) | par, |
character(len=*), intent(in) | key, | ||
integer, intent(out) | index, | ||
character, intent(out) | type | ||
) |
Definition at line 33 of file getkey.F90.
subroutine, parameter, public getkey_module::getkeys | ( | type(parameters), intent(in) | par, |
character(slen), dimension(:), intent(out), allocatable | keys | ||
) |
Definition at line 113 of file getkey.F90.
subroutine, parameter, public getkey_module::getnkeys | ( | type(parameters), intent(in) | par, |
integer, intent(out) | n | ||
) |
Definition at line 104 of file getkey.F90.