FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Public Member Functions | |
subroutine | nameValueLL_addReal (context, name, value, state) |
subroutine | nameValueLL_addInt (context, name, value, state) |
subroutine | nameValueLL_addStr (context, name, value, state) |
subroutine | nameValueLL_addLog (context, name, value, state) |
Definition at line 108 of file nameValueLL_data.F90.
subroutine nameValueLL_data::nameValueLL_add::nameValueLL_addInt | ( | type (context_type), intent(inout) | context, |
character(len=*), intent(in) | name, | ||
integer, intent(in) | value, | ||
integer, intent(in) | state | ||
) |
Definition at line 361 of file nameValueLL_data.F90.
References nameValueLL_data::getType(), and makeLowercase().
subroutine nameValueLL_data::nameValueLL_add::nameValueLL_addLog | ( | type (context_type), intent(inout) | context, |
character(len=*), intent(in) | name, | ||
logical, intent(in) | value, | ||
integer, intent(in) | state | ||
) |
Definition at line 474 of file nameValueLL_data.F90.
References nameValueLL_data::getType(), and makeLowercase().
subroutine nameValueLL_data::nameValueLL_add::nameValueLL_addReal | ( | type (context_type), intent(inout) | context, |
character(len=*), intent(in) | name, | ||
real, intent(in) | value, | ||
integer, intent(in) | state | ||
) |
Adds parameters to a linked list context implemented under the hood. This is an overloaded subroutine. It implements nameValueLL_addReal, nameValueLL_addInt, nameValueLL_addStr, nameValueLL_addLog
name: name value: name value
Definition at line 302 of file nameValueLL_data.F90.
References nameValueLL_data::getType(), and makeLowercase().
subroutine nameValueLL_data::nameValueLL_add::nameValueLL_addStr | ( | type (context_type), intent(inout) | context, |
character(len=*), intent(in) | name, | ||
character(len=*), intent(in) | value, | ||
integer, intent(in) | state | ||
) |
Definition at line 418 of file nameValueLL_data.F90.
References nameValueLL_data::getType(), and makeLowercase().