FLASH-X
Doxygen Generated Documentation From Interface Source Code
Public Member Functions | List of all members
nameValueLL_data::nameValueLL_check Interface Reference
Collaboration diagram for nameValueLL_data::nameValueLL_check:
Collaboration graph

Public Member Functions

subroutine nameValueLL_checkReal (node, value, valid)
 
subroutine nameValueLL_checkInt (node, value, valid)
 
subroutine nameValueLL_checkStr (node, value, valid)
 

Detailed Description

Definition at line 115 of file nameValueLL_data.F90.

Member Function/Subroutine Documentation

◆ nameValueLL_checkInt()

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.

◆ nameValueLL_checkReal()

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.

◆ nameValueLL_checkStr()

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().

Here is the call graph for this function:

The documentation for this interface was generated from the following file: