FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Public Member Functions | |
subroutine | nameValueLL_checkReal (node, value, valid) |
subroutine | nameValueLL_checkInt (node, value, valid) |
subroutine | nameValueLL_checkStr (node, value, valid) |
Definition at line 115 of file nameValueLL_data.F90.
subroutine nameValueLL_data::nameValueLL_check::nameValueLL_checkInt | ( | type (int_list_type), pointer | node, |
integer, intent(in) | value, | ||
logical, intent(out) | valid | ||
) |
Checks if the given VALUE is valid according to rules in NODE
node: node of str_list_type value: value to be checked valid: true if valid value
Definition at line 588 of file nameValueLL_data.F90.
subroutine nameValueLL_data::nameValueLL_check::nameValueLL_checkReal | ( | type (real_list_type), pointer | node, |
real, intent(in) | value, | ||
logical, intent(out) | valid | ||
) |
Checks if the given VALUE is valid according to rules in NODE
node: node of real_list_type value: value to be checked valid: true if valid value
Definition at line 544 of file nameValueLL_data.F90.
subroutine nameValueLL_data::nameValueLL_check::nameValueLL_checkStr | ( | type (str_list_type), pointer | node, |
character(len=*), intent(in) | value, | ||
logical, intent(out) | valid | ||
) |
Checks if the given VALUE is valid according to rules in NODE
node: node of str_list_type value: value to be checked valid: true if valid value
Definition at line 632 of file nameValueLL_data.F90.
References makeLowercase().