FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Public Member Functions | |
subroutine | getType (context, name, name_type) |
Definition at line 97 of file nameValueLL_data.F90.
subroutine nameValueLL_data::nameValueLL_getType::getType | ( | type (context_type), intent(inout) | context, |
character(len=*), intent(in) | name, | ||
integer, intent(out) | name_type | ||
) |
Given the name in a linked list and a context to search, find the type (real, integer, etc.) of the parameter. If the parameter is not found, return a value which indicates that the parameter is invalid.
context: name of context name: name (in) name_type: type of parameter (out)
Definition at line 162 of file nameValueLL_data.F90.